Html Css Color HEX #06119C New Midnight Blue

📋 copy color: '#06119C'

red 6 ◦ green 17 ◦ blue 156

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

Shades of New Midnight Blue #06119C

Tints of New Midnight Blue #06119C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

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

R = 3.35%
G = 9.5%
B = 87.15%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06119C (or 0x06119C) is known color: New Midnight Blue. HEX triplet: 06, 11 and 9C. RGB value is (6,17,156). Sum of RGB (Red+Green+Blue) = 6+17+156=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 156 (61.33% from 255 or 87.15% from 179); Max value from RGB is 156 - color contains mainly: blue. Hex color #06119C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06119C is #F9EE63. Grayscale: #1C1C1C. Windows color (decimal): -16379492 or 10227974. OLE color: 10227974.

HSL color Cylindrical-coordinate representation of color #06119C: hue angle of 235.6º 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 #06119C is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 17 156 -
CMYK 0.96 0.89 0 0.39
HSL 235.6º 0.93% 0.32% -
HSV(B) 235.6º 0.96% 0.61% -
XYZ 6.28 2.84 31.67 -
YUV 29.56 199.36 111.2 -
System Red Green Blue C M Y K H S L
Decimal 6 17 156 0.96 0.89 0 0.39 235.6 0.93 0.32
Hex 6 11 9C 60 59 0 27 EC 5D 20
Octal 6 21 234 140 131 0 47 354 135 40
Binary 110 10001 10011100 1100000 1011001 0 100111 11101100 1011101 100000

Color Harmonies of #06119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06119C

Black with #06119C

Text Example


Text Example

White with #06119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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