Html Css Color HEX #001585 Navy

📋 copy color: '#001585'

red 0 ◦ green 21 ◦ blue 133

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

Shades of Navy #001585

Tints of Navy #001585

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 13.64%
B = 86.36%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#001585 (or 0x001585) is known color: Navy. HEX triplet: 00, 15 and 85. RGB value is (0,21,133). Sum of RGB (Red+Green+Blue) = 0+21+133=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 133 (52.34% from 255 or 86.36% from 154); Max value from RGB is 133 - color contains mainly: blue. Hex color #001585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001585 is #FFEA7A. Grayscale: #1B1B1B. Windows color (decimal): -16771707 or 8721664. OLE color: 8721664.

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

Color convert

RGB 0 21 133 -
CMYK 1 0.84 0 0.48
HSL 230.53º 1% 0.26% -
HSV(B) 230.53º 1% 0.52% -
XYZ 4.5 2.23 22.38 -
YUV 27.49 187.54 108.39 -
System Red Green Blue C M Y K H S L
Decimal 0 21 133 1 0.84 0 0.48 230.53 1 0.26
Hex 0 15 85 64 54 0 30 E7 64 1A
Octal 0 25 205 144 124 0 60 347 144 32
Binary 0 10101 10000101 1100100 1010100 0 110000 11100111 1100100 11010

Color Harmonies of #001585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001585

Black with #001585

Text Example


Text Example

White with #001585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001585; }

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

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

background-color css

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

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

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

border-color css

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

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

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