Html Css Color HEX #00129E New Midnight Blue

📋 copy color: '#00129E'

red 0 ◦ green 18 ◦ blue 158

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

Shades of New Midnight Blue #00129E

Tints of New Midnight Blue #00129E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 18 (7.42% from 255) = 10.23%

 BLUE value IS 158 (62.11% from 255) = 89.77%

R = 0%
G = 10.23%
B = 89.77%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00129E (or 0x00129E) is known color: New Midnight Blue. HEX triplet: 00, 12 and 9E. RGB value is (0,18,158). Sum of RGB (Red+Green+Blue) = 0+18+158=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 158 (62.11% from 255 or 89.77% from 176); Max value from RGB is 158 - color contains mainly: blue. Hex color #00129E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00129E is #FFED61. Grayscale: #1C1C1C. Windows color (decimal): -16772450 or 10359296. OLE color: 10359296.

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

Color convert

RGB 0 18 158 -
CMYK 1 0.89 0 0.38
HSL 233.16º 1% 0.31% -
HSV(B) 233.16º 1% 0.62% -
XYZ 6.39 2.9 32.57 -
YUV 28.58 201.04 107.62 -
System Red Green Blue C M Y K H S L
Decimal 0 18 158 1 0.89 0 0.38 233.16 1 0.31
Hex 0 12 9E 64 59 0 26 E9 64 1F
Octal 0 22 236 144 131 0 46 351 144 37
Binary 0 10010 10011110 1100100 1011001 0 100110 11101001 1100100 11111

Color Harmonies of #00129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00129E

Black with #00129E

Text Example


Text Example

White with #00129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00129E;
 }
 .AnyTagClassName
 {
   color: #00129E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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