Html Css Color HEX #010996 New Midnight Blue

📋 copy color: '#010996'

red 1 ◦ green 9 ◦ blue 150

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

Shades of New Midnight Blue #010996

Tints of New Midnight Blue #010996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

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

R = 0.63%
G = 5.63%
B = 93.75%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#010996 (or 0x010996) is known color: New Midnight Blue. HEX triplet: 01, 09 and 96. RGB value is (1,9,150). Sum of RGB (Red+Green+Blue) = 1+9+150=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 150 (58.98% from 255 or 93.75% from 160); Max value from RGB is 150 - color contains mainly: blue. Hex color #010996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010996 is #FEF669. Grayscale: #161616. Windows color (decimal): -16709226 or 9832705. OLE color: 9832705.

HSL color Cylindrical-coordinate representation of color #010996: hue angle of 236.78º 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 #010996 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 9 150 -
CMYK 0.99 0.94 0 0.41
HSL 236.78º 0.99% 0.3% -
HSV(B) 236.78º 0.99% 0.59% -
XYZ 5.62 2.4 29.02 -
YUV 22.68 199.85 112.54 -
System Red Green Blue C M Y K H S L
Decimal 1 9 150 0.99 0.94 0 0.41 236.78 0.99 0.3
Hex 1 9 96 63 5E 0 29 ED 63 1E
Octal 1 11 226 143 136 0 51 355 143 36
Binary 1 1001 10010110 1100011 1011110 0 101001 11101101 1100011 11110

Color Harmonies of #010996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010996

Black with #010996

Text Example


Text Example

White with #010996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010996; }

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

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

background-color css

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

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

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

border-color css

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

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

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