Html Css Color HEX #00129B New Midnight Blue

📋 copy color: '#00129B'

red 0 ◦ green 18 ◦ blue 155

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

Shades of New Midnight Blue #00129B

Tints of New Midnight Blue #00129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 89.6%

R = 0%
G = 10.4%
B = 89.6%

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

#00129B (or 0x00129B) is known color: New Midnight Blue. HEX triplet: 00, 12 and 9B. RGB value is (0,18,155). Sum of RGB (Red+Green+Blue) = 0+18+155=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 155 (60.94% from 255 or 89.60% from 173); Max value from RGB is 155 - color contains mainly: blue. Hex color #00129B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00129B is #FFED64. Grayscale: #1B1B1B. Windows color (decimal): -16772453 or 10162688. OLE color: 10162688.

HSL color Cylindrical-coordinate representation of color #00129B: hue angle of 233.03º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00129B is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 18 155 -
CMYK 1 0.88 0 0.39
HSL 233.03º 1% 0.3% -
HSV(B) 233.03º 1% 0.61% -
XYZ 6.13 2.8 31.23 -
YUV 28.24 199.54 107.86 -
System Red Green Blue C M Y K H S L
Decimal 0 18 155 1 0.88 0 0.39 233.03 1 0.3
Hex 0 12 9B 64 58 0 27 E9 64 1E
Octal 0 22 233 144 130 0 47 351 144 36
Binary 0 10010 10011011 1100100 1011000 0 100111 11101001 1100100 11110

Color Harmonies of #00129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00129B

Black with #00129B

Text Example


Text Example

White with #00129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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