Html Css Color HEX #001482 Navy

📋 copy color: '#001482'

red 0 ◦ green 20 ◦ blue 130

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

Shades of Navy #001482

Tints of Navy #001482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 86.67%

R = 0%
G = 13.33%
B = 86.67%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#001482 (or 0x001482) is known color: Navy. HEX triplet: 00, 14 and 82. RGB value is (0,20,130). Sum of RGB (Red+Green+Blue) = 0+20+130=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 130 (51.17% from 255 or 86.67% from 150); Max value from RGB is 130 - color contains mainly: blue. Hex color #001482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001482 is #FFEB7D. Grayscale: #1A1A1A. Windows color (decimal): -16771966 or 8524800. OLE color: 8524800.

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

Color convert

RGB 0 20 130 -
CMYK 1 0.85 0 0.49
HSL 230.77º 1% 0.25% -
HSV(B) 230.77º 1% 0.51% -
XYZ 4.28 2.11 21.3 -
YUV 26.56 186.37 109.06 -
System Red Green Blue C M Y K H S L
Decimal 0 20 130 1 0.85 0 0.49 230.77 1 0.25
Hex 0 14 82 64 55 0 31 E7 64 19
Octal 0 24 202 144 125 0 61 347 144 31
Binary 0 10100 10000010 1100100 1010101 0 110001 11100111 1100100 11001

Color Harmonies of #001482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001482

Black with #001482

Text Example


Text Example

White with #001482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001482; }

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

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

background-color css

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

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

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

border-color css

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

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

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