Html Css Color HEX #06119B New Midnight Blue

📋 copy color: '#06119B'

red 6 ◦ green 17 ◦ blue 155

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

Shades of New Midnight Blue #06119B

Tints of New Midnight Blue #06119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 87.08%

R = 3.37%
G = 9.55%
B = 87.08%

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

#06119B (or 0x06119B) is known color: New Midnight Blue. HEX triplet: 06, 11 and 9B. RGB value is (6,17,155). Sum of RGB (Red+Green+Blue) = 6+17+155=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 155 (60.94% from 255 or 87.08% from 178); Max value from RGB is 155 - color contains mainly: blue. Hex color #06119B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06119B is #F9EE64. Grayscale: #1C1C1C. Windows color (decimal): -16379493 or 10162438. OLE color: 10162438.

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

Color convert

RGB 6 17 155 -
CMYK 0.96 0.89 0 0.39
HSL 235.57º 0.93% 0.32% -
HSV(B) 235.57º 0.96% 0.61% -
XYZ 6.19 2.81 31.23 -
YUV 29.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 6 17 155 0.96 0.89 0 0.39 235.57 0.93 0.32
Hex 6 11 9B 60 59 0 27 EC 5D 20
Octal 6 21 233 140 131 0 47 354 135 40
Binary 110 10001 10011011 1100000 1011001 0 100111 11101100 1011101 100000

Color Harmonies of #06119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06119B

Black with #06119B

Text Example


Text Example

White with #06119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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