Html Css Color HEX #010697 New Midnight Blue

📋 copy color: '#010697'

red 1 ◦ green 6 ◦ blue 151

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

Shades of New Midnight Blue #010697

Tints of New Midnight Blue #010697

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.8%

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

R = 0.63%
G = 3.8%
B = 95.57%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#010697 (or 0x010697) is known color: New Midnight Blue. HEX triplet: 01, 06 and 97. RGB value is (1,6,151). Sum of RGB (Red+Green+Blue) = 1+6+151=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 151 (59.38% from 255 or 95.57% from 158); Max value from RGB is 151 - color contains mainly: blue. Hex color #010697 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010697 is #FEF968. Grayscale: #141414. Windows color (decimal): -16709993 or 9897473. OLE color: 9897473.

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

Color convert

RGB 1 6 151 -
CMYK 0.99 0.96 0 0.41
HSL 238º 0.99% 0.3% -
HSV(B) 238º 0.99% 0.59% -
XYZ 5.66 2.37 29.44 -
YUV 21.04 201.34 113.71 -
System Red Green Blue C M Y K H S L
Decimal 1 6 151 0.99 0.96 0 0.41 238 0.99 0.3
Hex 1 6 97 63 60 0 29 EE 63 1E
Octal 1 6 227 143 140 0 51 356 143 36
Binary 1 110 10010111 1100011 1100000 0 101001 11101110 1100011 11110

Color Harmonies of #010697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010697

Black with #010697

Text Example


Text Example

White with #010697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010697; }

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

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

background-color css

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

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

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

border-color css

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

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

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