Html Css Color HEX #00129C New Midnight Blue

📋 copy color: '#00129C'

red 0 ◦ green 18 ◦ blue 156

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

Shades of New Midnight Blue #00129C

Tints of New Midnight Blue #00129C

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 value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00129C (or 0x00129C) is known color: 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

RGB 0 18 156 -
CMYK 1 0.88 0 0.39
HSL 233.08º 1% 0.31% -
HSV(B) 233.08º 1% 0.61% -
XYZ 6.22 2.83 31.67 -
YUV 28.35 200.04 107.78 -
System Red Green Blue C M Y K H S L
Decimal 0 18 156 1 0.88 0 0.39 233.08 1 0.31
Hex 0 12 9C 64 58 0 27 E9 64 1F
Octal 0 22 234 144 130 0 47 351 144 37
Binary 0 10010 10011100 1100100 1011000 0 100111 11101001 1100100 11111

Color Harmonies of #00129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00129C

Black with #00129C

Text Example


Text Example

White with #00129C

Text Example


Text Example

HTML Codes & Css Web 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>