#00129C

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

Shades of New Midnight Blue #00129C

Tints of New Midnight Blue #00129C

Color information

#00129C (or 0x00129C) is unknown color: approx New Midnight Blue. HEX triplet: 00, 12 and 9C. RGB value is (0,18,156). Sum of RGB (Red+Green+Blue) = 0+18+156=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 156 (61.33% from 255 or 89.66% from 174); Max value from RGB is 156 - color contains mainly: blue. Hex color #00129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00129C is #FFED63. Grayscale: #1B1B1B. Windows color (decimal): -16772452 or 10228224. OLE color: 10228224.

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

Color convert

RGB018156-
CMYK10.8800.39
HSL233.08º100%30.59%-
HSV(B)233.08º100%61.18%-
XYZ6.222.8331.67-
YUV28.35200.04107.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 156 (61.33% from 255) = 89.66%
R=0%
G=10.34%
B=89.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal01815610.8800.39233.0810030.59
Hex0129C6458027e9641f
Octal02223414413004735114437
Binary0100101001110011001001011000010011111101001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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