Html Css Color HEX #06119D New Midnight Blue

📋 copy color: '#06119D'

red 6 ◦ green 17 ◦ blue 157

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

Shades of New Midnight Blue #06119D

Tints of New Midnight Blue #06119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 87.22%

R = 3.33%
G = 9.44%
B = 87.22%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06119D (or 0x06119D) is known color: New Midnight Blue. HEX triplet: 06, 11 and 9D. RGB value is (6,17,157). Sum of RGB (Red+Green+Blue) = 6+17+157=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 157 (61.72% from 255 or 87.22% from 180); Max value from RGB is 157 - color contains mainly: blue. Hex color #06119D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06119D is #F9EE62. Grayscale: #1D1D1D. Windows color (decimal): -16379491 or 10293510. OLE color: 10293510.

HSL color Cylindrical-coordinate representation of color #06119D: hue angle of 235.63º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06119D is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 17 157 -
CMYK 0.96 0.89 0 0.38
HSL 235.63º 0.93% 0.32% -
HSV(B) 235.63º 0.96% 0.62% -
XYZ 6.36 2.87 32.12 -
YUV 29.67 199.86 111.12 -
System Red Green Blue C M Y K H S L
Decimal 6 17 157 0.96 0.89 0 0.38 235.63 0.93 0.32
Hex 6 11 9D 60 59 0 26 EC 5D 20
Octal 6 21 235 140 131 0 46 354 135 40
Binary 110 10001 10011101 1100000 1011001 0 100110 11101100 1011101 100000

Color Harmonies of #06119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06119D

Black with #06119D

Text Example


Text Example

White with #06119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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