Html Css Color HEX #011396 New Midnight Blue

📋 copy color: '#011396'

red 1 ◦ green 19 ◦ blue 150

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

Shades of New Midnight Blue #011396

Tints of New Midnight Blue #011396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

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

R = 0.59%
G = 11.18%
B = 88.24%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#011396 (or 0x011396) is known color: New Midnight Blue. HEX triplet: 01, 13 and 96. RGB value is (1,19,150). Sum of RGB (Red+Green+Blue) = 1+19+150=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 150 (58.98% from 255 or 88.24% from 170); Max value from RGB is 150 - color contains mainly: blue. Hex color #011396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011396 is #FEEC69. Grayscale: #1C1C1C. Windows color (decimal): -16706666 or 9835265. OLE color: 9835265.

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

Color convert

RGB 1 19 150 -
CMYK 0.99 0.87 0 0.41
HSL 232.75º 0.99% 0.3% -
HSV(B) 232.75º 0.99% 0.59% -
XYZ 5.75 2.67 29.07 -
YUV 28.55 196.54 108.35 -
System Red Green Blue C M Y K H S L
Decimal 1 19 150 0.99 0.87 0 0.41 232.75 0.99 0.3
Hex 1 13 96 63 57 0 29 E9 63 1E
Octal 1 23 226 143 127 0 51 351 143 36
Binary 1 10011 10010110 1100011 1010111 0 101001 11101001 1100011 11110

Color Harmonies of #011396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011396

Black with #011396

Text Example


Text Example

White with #011396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011396; }

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

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

background-color css

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

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

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

border-color css

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

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

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