Html Css Color HEX #001480 Navy

📋 copy color: '#001480'

red 0 ◦ green 20 ◦ blue 128

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

Shades of Navy #001480

Tints of Navy #001480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 86.49%

R = 0%
G = 13.51%
B = 86.49%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#001480 (or 0x001480) is known color: Navy. HEX triplet: 00, 14 and 80. RGB value is (0,20,128). Sum of RGB (Red+Green+Blue) = 0+20+128=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 128 (50.39% from 255 or 86.49% from 148); Max value from RGB is 128 - color contains mainly: blue. Hex color #001480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001480 is #FFEB7F. Grayscale: #191919. Windows color (decimal): -16771968 or 8393728. OLE color: 8393728.

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

Color convert

RGB 0 20 128 -
CMYK 1 0.84 0 0.50
HSL 230.63º 1% 0.25% -
HSV(B) 230.63º 1% 0.5% -
XYZ 4.15 2.06 20.6 -
YUV 26.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 0 20 128 1 0.84 0 0.50 230.63 1 0.25
Hex 0 14 80 64 54 0 32 E7 64 19
Octal 0 24 200 144 124 0 62 347 144 31
Binary 0 10100 10000000 1100100 1010100 0 110010 11100111 1100100 11001

Color Harmonies of #001480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001480

Black with #001480

Text Example


Text Example

White with #001480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001480; }

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

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

background-color css

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

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

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

border-color css

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

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

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