Html Css Color HEX #011597 New Midnight Blue

📋 copy color: '#011597'

red 1 ◦ green 21 ◦ blue 151

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

Shades of New Midnight Blue #011597

Tints of New Midnight Blue #011597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

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

R = 0.58%
G = 12.14%
B = 87.28%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#011597 (or 0x011597) is known color: New Midnight Blue. HEX triplet: 01, 15 and 97. RGB value is (1,21,151). Sum of RGB (Red+Green+Blue) = 1+21+151=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 151 (59.38% from 255 or 87.28% from 173); Max value from RGB is 151 - color contains mainly: blue. Hex color #011597 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011597 is #FEEA68. Grayscale: #1D1D1D. Windows color (decimal): -16706153 or 9901313. OLE color: 9901313.

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

Color convert

RGB 1 21 151 -
CMYK 0.99 0.86 0 0.41
HSL 232º 0.99% 0.3% -
HSV(B) 232º 0.99% 0.59% -
XYZ 5.87 2.78 29.51 -
YUV 29.84 196.37 107.43 -
System Red Green Blue C M Y K H S L
Decimal 1 21 151 0.99 0.86 0 0.41 232 0.99 0.3
Hex 1 15 97 63 56 0 29 E8 63 1E
Octal 1 25 227 143 126 0 51 350 143 36
Binary 1 10101 10010111 1100011 1010110 0 101001 11101000 1100011 11110

Color Harmonies of #011597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011597

Black with #011597

Text Example


Text Example

White with #011597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011597; }

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

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

background-color css

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

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

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

border-color css

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

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

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