Html Css Color HEX #011585 Navy

📋 copy color: '#011585'

red 1 ◦ green 21 ◦ blue 133

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

Shades of Navy #011585

Tints of Navy #011585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

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

R = 0.65%
G = 13.55%
B = 85.81%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011585 (or 0x011585) is known color: Navy. HEX triplet: 01, 15 and 85. RGB value is (1,21,133). Sum of RGB (Red+Green+Blue) = 1+21+133=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 133 (52.34% from 255 or 85.81% from 155); Max value from RGB is 133 - color contains mainly: blue. Hex color #011585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011585 is #FEEA7A. Grayscale: #1B1B1B. Windows color (decimal): -16706171 or 8721665. OLE color: 8721665.

HSL color Cylindrical-coordinate representation of color #011585: hue angle of 230.91º 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 #011585 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 21 133 -
CMYK 0.99 0.84 0 0.48
HSL 230.91º 0.99% 0.26% -
HSV(B) 230.91º 0.99% 0.52% -
XYZ 4.51 2.24 22.38 -
YUV 27.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 1 21 133 0.99 0.84 0 0.48 230.91 0.99 0.26
Hex 1 15 85 63 54 0 30 E7 63 1A
Octal 1 25 205 143 124 0 60 347 143 32
Binary 1 10101 10000101 1100011 1010100 0 110000 11100111 1100011 11010

Color Harmonies of #011585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011585

Black with #011585

Text Example


Text Example

White with #011585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011585; }

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

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

background-color css

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

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

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

border-color css

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

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

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