Html Css Color HEX #01129D New Midnight Blue

📋 copy color: '#01129D'

red 1 ◦ green 18 ◦ blue 157

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

Shades of New Midnight Blue #01129D

Tints of New Midnight Blue #01129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 89.2%

R = 0.57%
G = 10.23%
B = 89.2%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01129D (or 0x01129D) is known color: New Midnight Blue. HEX triplet: 01, 12 and 9D. RGB value is (1,18,157). Sum of RGB (Red+Green+Blue) = 1+18+157=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 157 (61.72% from 255 or 89.20% from 176); Max value from RGB is 157 - color contains mainly: blue. Hex color #01129D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01129D is #FEED62. Grayscale: #1C1C1C. Windows color (decimal): -16706915 or 10293761. OLE color: 10293761.

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

Color convert

RGB 1 18 157 -
CMYK 0.99 0.89 0 0.38
HSL 233.46º 0.99% 0.31% -
HSV(B) 233.46º 0.99% 0.62% -
XYZ 6.31 2.87 32.12 -
YUV 28.76 200.37 108.2 -
System Red Green Blue C M Y K H S L
Decimal 1 18 157 0.99 0.89 0 0.38 233.46 0.99 0.31
Hex 1 12 9D 63 59 0 26 E9 63 1F
Octal 1 22 235 143 131 0 46 351 143 37
Binary 1 10010 10011101 1100011 1011001 0 100110 11101001 1100011 11111

Color Harmonies of #01129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01129D

Black with #01129D

Text Example


Text Example

White with #01129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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