Html Css Color HEX #01097E Navy

📋 copy color: '#01097E'

red 1 ◦ green 9 ◦ blue 126

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

Shades of Navy #01097E

Tints of Navy #01097E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.62%

 BLUE value IS 126 (49.61% from 255) = 92.65%

R = 0.74%
G = 6.62%
B = 92.65%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01097E (or 0x01097E) is known color: Navy. HEX triplet: 01, 09 and 7E. RGB value is (1,9,126). Sum of RGB (Red+Green+Blue) = 1+9+126=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 126 (49.61% from 255 or 92.65% from 136); Max value from RGB is 126 - color contains mainly: blue. Hex color #01097E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01097E is #FEF681. Grayscale: #131313. Windows color (decimal): -16709250 or 8259841. OLE color: 8259841.

HSL color Cylindrical-coordinate representation of color #01097E: hue angle of 236.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01097E is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 9 126 -
CMYK 0.99 0.93 0 0.51
HSL 236.16º 0.98% 0.25% -
HSV(B) 236.16º 0.99% 0.49% -
XYZ 3.88 1.71 19.86 -
YUV 19.95 187.85 114.49 -
System Red Green Blue C M Y K H S L
Decimal 1 9 126 0.99 0.93 0 0.51 236.16 0.98 0.25
Hex 1 9 7E 63 5D 0 33 EC 62 19
Octal 1 11 176 143 135 0 63 354 142 31
Binary 1 1001 1111110 1100011 1011101 0 110011 11101100 1100010 11001

Color Harmonies of #01097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01097E

Black with #01097E

Text Example


Text Example

White with #01097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01097E; }

 p { color: rgb(1,9,126); }

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

background-color css

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

 a { background-color: rgb(1,9,126); }

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

border-color css

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

 span { border-color: rgb(1,9,126); }

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