Html Css Color HEX #01097F Navy

📋 copy color: '#01097F'

red 1 ◦ green 9 ◦ blue 127

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

Shades of Navy #01097F

Tints of Navy #01097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 92.7%

R = 0.73%
G = 6.57%
B = 92.7%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01097F (or 0x01097F) is known color: Navy. HEX triplet: 01, 09 and 7F. RGB value is (1,9,127). Sum of RGB (Red+Green+Blue) = 1+9+127=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 127 (50% from 255 or 92.70% from 137); Max value from RGB is 127 - color contains mainly: blue. Hex color #01097F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01097F is #FEF680. Grayscale: #131313. Windows color (decimal): -16709249 or 8325377. OLE color: 8325377.

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

Color convert

RGB 1 9 127 -
CMYK 0.99 0.93 0 0.50
HSL 236.19º 0.98% 0.25% -
HSV(B) 236.19º 0.99% 0.5% -
XYZ 3.94 1.73 20.21 -
YUV 20.06 188.35 114.41 -
System Red Green Blue C M Y K H S L
Decimal 1 9 127 0.99 0.93 0 0.50 236.19 0.98 0.25
Hex 1 9 7F 63 5D 0 32 EC 62 19
Octal 1 11 177 143 135 0 62 354 142 31
Binary 1 1001 1111111 1100011 1011101 0 110010 11101100 1100010 11001

Color Harmonies of #01097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01097F

Black with #01097F

Text Example


Text Example

White with #01097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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