Html Css Color HEX #011185 Navy

📋 copy color: '#011185'

red 1 ◦ green 17 ◦ blue 133

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

Shades of Navy #011185

Tints of Navy #011185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 88.08%

R = 0.66%
G = 11.26%
B = 88.08%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011185 (or 0x011185) is known color: Navy. HEX triplet: 01, 11 and 85. RGB value is (1,17,133). Sum of RGB (Red+Green+Blue) = 1+17+133=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 133 (52.34% from 255 or 88.08% from 151); Max value from RGB is 133 - color contains mainly: blue. Hex color #011185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011185 is #FEEE7A. Grayscale: #181818. Windows color (decimal): -16707195 or 8720641. OLE color: 8720641.

HSL color Cylindrical-coordinate representation of color #011185: hue angle of 232.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011185 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 17 133 -
CMYK 0.99 0.87 0 0.48
HSL 232.73º 0.99% 0.26% -
HSV(B) 232.73º 0.99% 0.52% -
XYZ 4.45 2.1 22.36 -
YUV 25.44 188.7 110.57 -
System Red Green Blue C M Y K H S L
Decimal 1 17 133 0.99 0.87 0 0.48 232.73 0.99 0.26
Hex 1 11 85 63 57 0 30 E9 63 1A
Octal 1 21 205 143 127 0 60 351 143 32
Binary 1 10001 10000101 1100011 1010111 0 110000 11101001 1100011 11010

Color Harmonies of #011185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011185

Black with #011185

Text Example


Text Example

White with #011185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011185; }

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

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

background-color css

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

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

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

border-color css

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

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

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