Html Css Color HEX #051282 Navy

📋 copy color: '#051282'

red 5 ◦ green 18 ◦ blue 130

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

Shades of Navy #051282

Tints of Navy #051282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

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

R = 3.27%
G = 11.76%
B = 84.97%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051282 (or 0x051282) is known color: Navy. HEX triplet: 05, 12 and 82. RGB value is (5,18,130). Sum of RGB (Red+Green+Blue) = 5+18+130=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 130 (51.17% from 255 or 84.97% from 153); Max value from RGB is 130 - color contains mainly: blue. Hex color #051282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051282 is #FAED7D. Grayscale: #1A1A1A. Windows color (decimal): -16444798 or 8524293. OLE color: 8524293.

HSL color Cylindrical-coordinate representation of color #051282: hue angle of 233.76º 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 #051282 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 18 130 -
CMYK 0.96 0.86 0 0.49
HSL 233.76º 0.93% 0.26% -
HSV(B) 233.76º 0.96% 0.51% -
XYZ 4.31 2.08 21.29 -
YUV 26.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 5 18 130 0.96 0.86 0 0.49 233.76 0.93 0.26
Hex 5 12 82 60 56 0 31 EA 5D 1A
Octal 5 22 202 140 126 0 61 352 135 32
Binary 101 10010 10000010 1100000 1010110 0 110001 11101010 1011101 11010

Color Harmonies of #051282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051282

Black with #051282

Text Example


Text Example

White with #051282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051282; }

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

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

background-color css

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

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

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

border-color css

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

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

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