#00139C

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

Shades of New Midnight Blue #00139C

Tints of New Midnight Blue #00139C

Color information

#00139C (or 0x00139C) is unknown color: approx New Midnight Blue. HEX triplet: 00, 13 and 9C. RGB value is (0,19,156). Sum of RGB (Red+Green+Blue) = 0+19+156=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 156 (61.33% from 255 or 89.14% from 175); Max value from RGB is 156 - color contains mainly: blue. Hex color #00139C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00139C is #FFEC63. Grayscale: #1C1C1C. Windows color (decimal): -16772196 or 10228480. OLE color: 10228480.

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

Color convert

RGB019156-
CMYK10.8800.39
HSL232.69º100%30.59%-
HSV(B)232.69º100%61.18%-
XYZ6.232.8731.68-
YUV28.94199.71107.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 156 (61.33% from 255) = 89.14%
R=0%
G=10.86%
B=89.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal01915610.8800.39232.6910030.59
Hex0139C6458027e9641f
Octal02323414413004735114437
Binary0100111001110011001001011000010011111101001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00139C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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