#00119C

Color #00119C New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #00119C

Tints of New Midnight Blue #00119C

Color information

#00119C (or 0x00119C) is unknown color: approx New Midnight Blue. HEX triplet: 00, 11 and 9C. RGB value is (0,17,156). Sum of RGB (Red+Green+Blue) = 0+17+156=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 156 (61.33% from 255 or 90.17% from 173); Max value from RGB is 156 - color contains mainly: blue. Hex color #00119C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00119C is #FFEE63. Grayscale: #1B1B1B. Windows color (decimal): -16772708 or 10227968. OLE color: 10227968.

HSL color Cylindrical-coordinate representation of color #00119C: hue angle of 233.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00119C is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB017156-
CMYK10.8900.39
HSL233.46º100%30.59%-
HSV(B)233.46º100%61.18%-
XYZ6.22.831.67-
YUV27.76200.37108.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 156 (61.33% from 255) = 90.17%
R=0%
G=9.83%
B=90.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal01715610.8900.39233.4610030.59
Hex0119C6459027e9641f
Octal02123414413104735114437
Binary0100011001110011001001011001010011111101001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00119C;
 }
 .AnyTagClassName
 {
   color: #00119C;
 }
</style>
background-color css

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

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

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

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

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

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