Html Css Color HEX #011497 New Midnight Blue

📋 copy color: '#011497'

red 1 ◦ green 20 ◦ blue 151

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

Shades of New Midnight Blue #011497

Tints of New Midnight Blue #011497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

 BLUE value IS 151 (59.38% from 255) = 87.79%

R = 0.58%
G = 11.63%
B = 87.79%

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

#011497 (or 0x011497) is known color: New Midnight Blue. HEX triplet: 01, 14 and 97. RGB value is (1,20,151). Sum of RGB (Red+Green+Blue) = 1+20+151=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 151 (59.38% from 255 or 87.79% from 172); Max value from RGB is 151 - color contains mainly: blue. Hex color #011497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011497 is #FEEB68. Grayscale: #1C1C1C. Windows color (decimal): -16706409 or 9901057. OLE color: 9901057.

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

Color convert

RGB 1 20 151 -
CMYK 0.99 0.87 0 0.41
HSL 232.4º 0.99% 0.3% -
HSV(B) 232.4º 0.99% 0.59% -
XYZ 5.85 2.74 29.5 -
YUV 29.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 1 20 151 0.99 0.87 0 0.41 232.4 0.99 0.3
Hex 1 14 97 63 57 0 29 E8 63 1E
Octal 1 24 227 143 127 0 51 350 143 36
Binary 1 10100 10010111 1100011 1010111 0 101001 11101000 1100011 11110

Color Harmonies of #011497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011497

Black with #011497

Text Example


Text Example

White with #011497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011497; }

 p { color: rgb(1,20,151); }

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

background-color css

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

 a { background-color: rgb(1,20,151); }

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

border-color css

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

 span { border-color: rgb(1,20,151); }

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