Html Css Color HEX #06199C New Midnight Blue

📋 copy color: '#06199C'

red 6 ◦ green 25 ◦ blue 156

#06199C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #06199C

Tints of New Midnight Blue #06199C

RGB

 RED value IS 6 (2.73% from 255) = 3.21%

 GREEN value IS 25 (10.16% from 255) = 13.37%

 BLUE value IS 156 (61.33% from 255) = 83.42%

R = 3.21%
G = 13.37%
B = 83.42%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06199C (or 0x06199C) is known color: New Midnight Blue. HEX triplet: 06, 19 and 9C. RGB value is (6,25,156). Sum of RGB (Red+Green+Blue) = 6+25+156=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 156 (61.33% from 255 or 83.42% from 187); Max value from RGB is 156 - color contains mainly: blue. Hex color #06199C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06199C is #F9E663. Grayscale: #212121. Windows color (decimal): -16377444 or 10230022. OLE color: 10230022.

HSL color Cylindrical-coordinate representation of color #06199C: hue angle of 232.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06199C is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 25 156 -
CMYK 0.96 0.84 0 0.39
HSL 232.4º 0.93% 0.32% -
HSV(B) 232.4º 0.96% 0.61% -
XYZ 6.42 3.13 31.72 -
YUV 34.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 6 25 156 0.96 0.84 0 0.39 232.4 0.93 0.32
Hex 6 19 9C 60 54 0 27 E8 5D 20
Octal 6 31 234 140 124 0 47 350 135 40
Binary 110 11001 10011100 1100000 1010100 0 100111 11101000 1011101 100000

Color Harmonies of #06199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06199C

Black with #06199C

Text Example


Text Example

White with #06199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06199C; }

 p { color: rgb(6,25,156); }

 H1.HeaderClassName
 {
   color: #06199C;
 }
 .AnyTagClassName
 {
   color: #06199C;
 }
</style>

background-color css

<style>
 a { background-color: #06199C; }

 a { background-color: rgb(6,25,156); }

 div.DivClassName
 {
   background-color: #06199C;
 }
 .BgClassName
 {
   background-color: #06199C;
 }
</style>

border-color css

<style>
 span { border-color: #06199C; }

 span { border-color: rgb(6,25,156); }

 td.TdClassName
 {
   border-color: #06199C;
 }
 .TagClassName
 {
   border-color: #06199C;
 }
</style>