Html Css Color HEX #011697 New Midnight Blue

📋 copy color: '#011697'

red 1 ◦ green 22 ◦ blue 151

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

Shades of New Midnight Blue #011697

Tints of New Midnight Blue #011697

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

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

R = 0.57%
G = 12.64%
B = 86.78%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#011697 (or 0x011697) is known color: New Midnight Blue. HEX triplet: 01, 16 and 97. RGB value is (1,22,151). Sum of RGB (Red+Green+Blue) = 1+22+151=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 151 (59.38% from 255 or 86.78% from 174); Max value from RGB is 151 - color contains mainly: blue. Hex color #011697 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011697 is #FEE968. Grayscale: #1D1D1D. Windows color (decimal): -16705897 or 9901569. OLE color: 9901569.

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

Color convert

RGB 1 22 151 -
CMYK 0.99 0.85 0 0.41
HSL 231.6º 0.99% 0.3% -
HSV(B) 231.6º 0.99% 0.59% -
XYZ 5.89 2.81 29.51 -
YUV 30.43 196.04 107.01 -
System Red Green Blue C M Y K H S L
Decimal 1 22 151 0.99 0.85 0 0.41 231.6 0.99 0.3
Hex 1 16 97 63 55 0 29 E8 63 1E
Octal 1 26 227 143 125 0 51 350 143 36
Binary 1 10110 10010111 1100011 1010101 0 101001 11101000 1100011 11110

Color Harmonies of #011697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011697

Black with #011697

Text Example


Text Example

White with #011697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011697; }

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

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

background-color css

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

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

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

border-color css

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

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

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