Html Css Color HEX #011996 New Midnight Blue

📋 copy color: '#011996'

red 1 ◦ green 25 ◦ blue 150

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

Shades of New Midnight Blue #011996

Tints of New Midnight Blue #011996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 150 (58.98% from 255) = 85.23%

R = 0.57%
G = 14.2%
B = 85.23%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#011996 (or 0x011996) is known color: New Midnight Blue. HEX triplet: 01, 19 and 96. RGB value is (1,25,150). Sum of RGB (Red+Green+Blue) = 1+25+150=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 150 (58.98% from 255 or 85.23% from 176); Max value from RGB is 150 - color contains mainly: blue. Hex color #011996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011996 is #FEE669. Grayscale: #1F1F1F. Windows color (decimal): -16705130 or 9836801. OLE color: 9836801.

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

Color convert

RGB 1 25 150 -
CMYK 0.99 0.83 0 0.41
HSL 230.34º 0.99% 0.3% -
HSV(B) 230.34º 0.99% 0.59% -
XYZ 5.87 2.9 29.11 -
YUV 32.07 194.55 105.84 -
System Red Green Blue C M Y K H S L
Decimal 1 25 150 0.99 0.83 0 0.41 230.34 0.99 0.3
Hex 1 19 96 63 53 0 29 E6 63 1E
Octal 1 31 226 143 123 0 51 346 143 36
Binary 1 11001 10010110 1100011 1010011 0 101001 11100110 1100011 11110

Color Harmonies of #011996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011996

Black with #011996

Text Example


Text Example

White with #011996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011996; }

 p { color: rgb(1,25,150); }

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

background-color css

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

 a { background-color: rgb(1,25,150); }

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

border-color css

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

 span { border-color: rgb(1,25,150); }

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