Html Css Color HEX #00129F New Midnight Blue

📋 copy color: '#00129F'

red 0 ◦ green 18 ◦ blue 159

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

Shades of New Midnight Blue #00129F

Tints of New Midnight Blue #00129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 89.83%

R = 0%
G = 10.17%
B = 89.83%

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

#00129F (or 0x00129F) is known color: New Midnight Blue. HEX triplet: 00, 12 and 9F. RGB value is (0,18,159). Sum of RGB (Red+Green+Blue) = 0+18+159=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 159 (62.5% from 255 or 89.83% from 177); Max value from RGB is 159 - color contains mainly: blue. Hex color #00129F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00129F is #FFED60. Grayscale: #1C1C1C. Windows color (decimal): -16772449 or 10424832. OLE color: 10424832.

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

Color convert

RGB 0 18 159 -
CMYK 1 0.89 0 0.38
HSL 233.21º 1% 0.31% -
HSV(B) 233.21º 1% 0.62% -
XYZ 6.47 2.94 33.03 -
YUV 28.69 201.54 107.54 -
System Red Green Blue C M Y K H S L
Decimal 0 18 159 1 0.89 0 0.38 233.21 1 0.31
Hex 0 12 9F 64 59 0 26 E9 64 1F
Octal 0 22 237 144 131 0 46 351 144 37
Binary 0 10010 10011111 1100100 1011001 0 100110 11101001 1100100 11111

Color Harmonies of #00129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00129F

Black with #00129F

Text Example


Text Example

White with #00129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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