Html Css Color HEX #01129C New Midnight Blue

📋 copy color: '#01129C'

red 1 ◦ green 18 ◦ blue 156

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

Shades of New Midnight Blue #01129C

Tints of New Midnight Blue #01129C

RGB

 RED value IS 1 (0.78% from 255) = 0.57%

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

 BLUE value IS 156 (61.33% from 255) = 89.14%

R = 0.57%
G = 10.29%
B = 89.14%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01129C (or 0x01129C) is known color: New Midnight Blue. HEX triplet: 01, 12 and 9C. RGB value is (1,18,156). Sum of RGB (Red+Green+Blue) = 1+18+156=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 156 (61.33% from 255 or 89.14% from 175); Max value from RGB is 156 - color contains mainly: blue. Hex color #01129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01129C is #FEED63. Grayscale: #1C1C1C. Windows color (decimal): -16706916 or 10228225. OLE color: 10228225.

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

Color convert

RGB 1 18 156 -
CMYK 0.99 0.88 0 0.39
HSL 233.42º 0.99% 0.31% -
HSV(B) 233.42º 0.99% 0.61% -
XYZ 6.23 2.84 31.67 -
YUV 28.65 199.87 108.28 -
System Red Green Blue C M Y K H S L
Decimal 1 18 156 0.99 0.88 0 0.39 233.42 0.99 0.31
Hex 1 12 9C 63 58 0 27 E9 63 1F
Octal 1 22 234 143 130 0 47 351 143 37
Binary 1 10010 10011100 1100011 1011000 0 100111 11101001 1100011 11111

Color Harmonies of #01129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01129C

Black with #01129C

Text Example


Text Example

White with #01129C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01129C;
 }
 .AnyTagClassName
 {
   color: #01129C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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