Html Css Color HEX #011175 Navy

📋 copy color: '#011175'

red 1 ◦ green 17 ◦ blue 117

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

Shades of Navy #011175

Tints of Navy #011175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

 BLUE value IS 117 (46.09% from 255) = 86.67%

R = 0.74%
G = 12.59%
B = 86.67%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#011175 (or 0x011175) is known color: Navy. HEX triplet: 01, 11 and 75. RGB value is (1,17,117). Sum of RGB (Red+Green+Blue) = 1+17+117=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 117 (46.09% from 255 or 86.67% from 135); Max value from RGB is 117 - color contains mainly: blue. Hex color #011175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011175 is #FEEE8A. Grayscale: #171717. Windows color (decimal): -16707211 or 7672065. OLE color: 7672065.

HSL color Cylindrical-coordinate representation of color #011175: hue angle of 231.72º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011175 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 17 117 -
CMYK 0.99 0.85 0 0.54
HSL 231.72º 0.98% 0.23% -
HSV(B) 231.72º 0.99% 0.46% -
XYZ 3.42 1.69 16.98 -
YUV 23.62 180.7 111.87 -
System Red Green Blue C M Y K H S L
Decimal 1 17 117 0.99 0.85 0 0.54 231.72 0.98 0.23
Hex 1 11 75 63 55 0 36 E8 62 17
Octal 1 21 165 143 125 0 66 350 142 27
Binary 1 10001 1110101 1100011 1010101 0 110110 11101000 1100010 10111

Color Harmonies of #011175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011175

Black with #011175

Text Example


Text Example

White with #011175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011175; }

 p { color: rgb(1,17,117); }

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

background-color css

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

 a { background-color: rgb(1,17,117); }

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

border-color css

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

 span { border-color: rgb(1,17,117); }

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