Html Css Color HEX #051482 Navy

📋 copy color: '#051482'

red 5 ◦ green 20 ◦ blue 130

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

Shades of Navy #051482

Tints of Navy #051482

RGB

 RED value IS 5 (2.34% from 255) = 3.23%

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

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

R = 3.23%
G = 12.9%
B = 83.87%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051482 (or 0x051482) is known color: Navy. HEX triplet: 05, 14 and 82. RGB value is (5,20,130). Sum of RGB (Red+Green+Blue) = 5+20+130=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 130 (51.17% from 255 or 83.87% from 155); Max value from RGB is 130 - color contains mainly: blue. Hex color #051482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051482 is #FAEB7D. Grayscale: #1B1B1B. Windows color (decimal): -16444286 or 8524805. OLE color: 8524805.

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

Color convert

RGB 5 20 130 -
CMYK 0.96 0.85 0 0.49
HSL 232.8º 0.93% 0.26% -
HSV(B) 232.8º 0.96% 0.51% -
XYZ 4.34 2.14 21.3 -
YUV 28.06 185.53 111.56 -
System Red Green Blue C M Y K H S L
Decimal 5 20 130 0.96 0.85 0 0.49 232.8 0.93 0.26
Hex 5 14 82 60 55 0 31 E9 5D 1A
Octal 5 24 202 140 125 0 61 351 135 32
Binary 101 10100 10000010 1100000 1010101 0 110001 11101001 1011101 11010

Color Harmonies of #051482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051482

Black with #051482

Text Example


Text Example

White with #051482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051482; }

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

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

background-color css

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

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

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

border-color css

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

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

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