Html Css Color HEX #001485 Navy

📋 copy color: '#001485'

red 0 ◦ green 20 ◦ blue 133

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

Shades of Navy #001485

Tints of Navy #001485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

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

R = 0%
G = 13.07%
B = 86.93%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#001485 (or 0x001485) is known color: Navy. HEX triplet: 00, 14 and 85. RGB value is (0,20,133). Sum of RGB (Red+Green+Blue) = 0+20+133=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 133 (52.34% from 255 or 86.93% from 153); Max value from RGB is 133 - color contains mainly: blue. Hex color #001485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001485 is #FFEB7A. Grayscale: #1A1A1A. Windows color (decimal): -16771963 or 8721408. OLE color: 8721408.

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

Color convert

RGB 0 20 133 -
CMYK 1 0.85 0 0.48
HSL 230.98º 1% 0.26% -
HSV(B) 230.98º 1% 0.52% -
XYZ 4.48 2.19 22.38 -
YUV 26.9 187.87 108.81 -
System Red Green Blue C M Y K H S L
Decimal 0 20 133 1 0.85 0 0.48 230.98 1 0.26
Hex 0 14 85 64 55 0 30 E7 64 1A
Octal 0 24 205 144 125 0 60 347 144 32
Binary 0 10100 10000101 1100100 1010101 0 110000 11100111 1100100 11010

Color Harmonies of #001485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001485

Black with #001485

Text Example


Text Example

White with #001485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001485; }

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

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

background-color css

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

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

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

border-color css

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

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

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