Html Css Color HEX #01097C Navy

📋 copy color: '#01097C'

red 1 ◦ green 9 ◦ blue 124

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

Shades of Navy #01097C

Tints of Navy #01097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 92.54%

R = 0.75%
G = 6.72%
B = 92.54%

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

#01097C (or 0x01097C) is known color: Navy. HEX triplet: 01, 09 and 7C. RGB value is (1,9,124). Sum of RGB (Red+Green+Blue) = 1+9+124=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 124 (48.83% from 255 or 92.54% from 134); Max value from RGB is 124 - color contains mainly: blue. Hex color #01097C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01097C is #FEF683. Grayscale: #131313. Windows color (decimal): -16709252 or 8128769. OLE color: 8128769.

HSL color Cylindrical-coordinate representation of color #01097C: hue angle of 236.1º 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 #01097C is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 9 124 -
CMYK 0.99 0.93 0 0.51
HSL 236.1º 0.98% 0.25% -
HSV(B) 236.1º 0.99% 0.49% -
XYZ 3.75 1.66 19.19 -
YUV 19.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 1 9 124 0.99 0.93 0 0.51 236.1 0.98 0.25
Hex 1 9 7C 63 5D 0 33 EC 62 19
Octal 1 11 174 143 135 0 63 354 142 31
Binary 1 1001 1111100 1100011 1011101 0 110011 11101100 1100010 11001

Color Harmonies of #01097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01097C

Black with #01097C

Text Example


Text Example

White with #01097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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