Html Css Color HEX #011799 New Midnight Blue

📋 copy color: '#011799'

red 1 ◦ green 23 ◦ blue 153

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

Shades of New Midnight Blue #011799

Tints of New Midnight Blue #011799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.99%

 BLUE value IS 153 (60.16% from 255) = 86.44%

R = 0.56%
G = 12.99%
B = 86.44%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#011799 (or 0x011799) is known color: New Midnight Blue. HEX triplet: 01, 17 and 99. RGB value is (1,23,153). Sum of RGB (Red+Green+Blue) = 1+23+153=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 153 (60.16% from 255 or 86.44% from 177); Max value from RGB is 153 - color contains mainly: blue. Hex color #011799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011799 is #FEE866. Grayscale: #1E1E1E. Windows color (decimal): -16705639 or 10032897. OLE color: 10032897.

HSL color Cylindrical-coordinate representation of color #011799: hue angle of 231.32º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011799 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 23 153 -
CMYK 0.99 0.85 0 0.4
HSL 231.32º 0.99% 0.3% -
HSV(B) 231.32º 0.99% 0.6% -
XYZ 6.07 2.92 30.38 -
YUV 31.24 196.71 106.43 -
System Red Green Blue C M Y K H S L
Decimal 1 23 153 0.99 0.85 0 0.4 231.32 0.99 0.3
Hex 1 17 99 63 55 0 28 E7 63 1E
Octal 1 27 231 143 125 0 50 347 143 36
Binary 1 10111 10011001 1100011 1010101 0 101000 11100111 1100011 11110

Color Harmonies of #011799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011799

Black with #011799

Text Example


Text Example

White with #011799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011799; }

 p { color: rgb(1,23,153); }

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

background-color css

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

 a { background-color: rgb(1,23,153); }

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

border-color css

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

 span { border-color: rgb(1,23,153); }

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