COLOR #06199E

HEX: #06199E
RGB: (6,25,158)

Color info

#06199E contains mainly blue color. Web safe color of #06199E is #000099 (or #009).

RGB color model

#06199E color RGB value is (6,25,158).

  • red value is 6;
  • green value is 25;
  • blue value is 158.
RGB:
(6,25,158)
(2%,10%,62%)

RGB channels and saturation

R 6 of 255 = 2%
G 25 of 255 = 10%
B 158 of 255 = 62%

6
25
158

R + G + B ~ 25%. #06199E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 25 + 158 = 189 (100%)
R 6 of 189 ~ 3.17%
G 25 of 189 ~ 13.23%
B 158 of 189 ~ 83.6%

%13.23
%83.6

CMYK color model

#06199E color CMYK value is (96,84,0,38).

  • cyan value is 96.20%
  • magenta value is 84.18%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(96,84,0,38)
C96M84Y0K38 
(96%,84%,0%,38%)
(0.96/0.84/0.00/0.38)	

CMYK percentages

%96.2
%84.18
%0
%38.04

Codes

Color #06199E in popluar color models

06199E
RGB625158
HSL233°92.68%32.16%
HSB/HSV233°96.20%61.96%
CMYK96.20%84.18%0.00%
38.04%

Color #06199E in popluar number systems.

HEX06199E
Decimal625158
Binary1101100110011110
Octal631236

Shades and tints

Shades of #06199E

#06199E
(6,25,158)
#061790
(6,23,144)
#061582
(6,21,130)
#061374
(6,19,116)
#061166
(6,17,102)
#060F58
(6,15,88)
#060D4A
(6,13,74)
#060B3C
(6,11,60)
#06092E
(6,9,46)
#060720
(6,7,32)
#060512
(6,5,18)
#000000
(0,0,0)

Tints of #06199E

#06199E
(6,25,158)
#1C2DA6
(28,45,166)
#3241AE
(50,65,174)
#4855B6
(72,85,182)
#5E69BE
(94,105,190)
#747DC6
(116,125,198)
#8A91CE
(138,145,206)
#A0A5D6
(160,165,214)
#B6B9DE
(182,185,222)
#CCCDE6
(204,205,230)
#E2E1EE
(226,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06199E color. Also use rgb(6,25,158) instead hex code.

Text Font Color

.myTextColor { color: #06199E; }

<p style="color:#06199E">This sample text font color is #06199E.</p>

This text font color is #06199E.


Background Color

.myBgColor { background-color: #06199E; }

<div style="background-color:#06199E">Inner text</div>

This div background color is #06199E.


Border color

.myBorderColor { border: 1px solid #06199E; }

<div style="border:3px solid #06199E">Div</div>

This div border color is #06199E.


Opacity

.myOpacity80 { color: #06199E; opacity: 0.8; }

<p style="color:#06199E;opacity:0.8;">80%</p>

Text with #06199E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06199E;}

<p style="text-shadow: 3px 3px 1px #06199E">Text here.</p>

This text has shadow with #06199E color.

.textShadow {text-shadow: 3px 3px 1px #06199E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06199E, 5px 5px 20px red">Text here.</p>

This text has shadow with #06199E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06199E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06199E, Direction=45, Strength=4)">Text</p>

This text has shadow with #06199E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #06199E;
  -webkit-box-shadow:	1px 1px 3px 2px #06199E;
  box-shadow:		1px 1px 3px 2px #06199E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06199E;
-webkit-box-shadow: 1px 1px 3px 2px #06199E;
box-shadow:1px 1px 3px 2px #06199E;">
Div content here</div>
This div box has shadow with color #06199E.

Preview

Color preview on black background

This text has color #06199E on black background.


Color preview on white background

This text has color #06199E on white background.



Black color preview on #06199E background

This text has black color on #06199E background.


White color preview on #06199E background

This text has white color on #06199E background.