Html Css Color HEX #001685 Navy

📋 copy color: '#001685'

red 0 ◦ green 22 ◦ blue 133

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

Shades of Navy #001685

Tints of Navy #001685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

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

R = 0%
G = 14.19%
B = 85.81%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#001685 (or 0x001685) is known color: Navy. HEX triplet: 00, 16 and 85. RGB value is (0,22,133). Sum of RGB (Red+Green+Blue) = 0+22+133=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 22 (8.98% from 255 or 14.19% 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 #001685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001685 is #FFE97A. Grayscale: #1B1B1B. Windows color (decimal): -16771451 or 8721920. OLE color: 8721920.

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

Color convert

RGB 0 22 133 -
CMYK 1 0.83 0 0.48
HSL 230.08º 1% 0.26% -
HSV(B) 230.08º 1% 0.52% -
XYZ 4.52 2.27 22.39 -
YUV 28.08 187.21 107.97 -
System Red Green Blue C M Y K H S L
Decimal 0 22 133 1 0.83 0 0.48 230.08 1 0.26
Hex 0 16 85 64 53 0 30 E6 64 1A
Octal 0 26 205 144 123 0 60 346 144 32
Binary 0 10110 10000101 1100100 1010011 0 110000 11100110 1100100 11010

Color Harmonies of #001685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001685

Black with #001685

Text Example


Text Example

White with #001685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001685; }

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

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

background-color css

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

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

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

border-color css

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

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

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