Html Css Color HEX #051485 Navy

📋 copy color: '#051485'

red 5 ◦ green 20 ◦ blue 133

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

Shades of Navy #051485

Tints of Navy #051485

RGB

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

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

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

R = 3.16%
G = 12.66%
B = 84.18%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#051485 (or 0x051485) is known color: Navy. HEX triplet: 05, 14 and 85. RGB value is (5,20,133). Sum of RGB (Red+Green+Blue) = 5+20+133=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 133 (52.34% from 255 or 84.18% from 158); Max value from RGB is 133 - color contains mainly: blue. Hex color #051485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051485 is #FAEB7A. Grayscale: #1B1B1B. Windows color (decimal): -16444283 or 8721413. OLE color: 8721413.

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

Color convert

RGB 5 20 133 -
CMYK 0.96 0.85 0 0.48
HSL 232.97º 0.93% 0.27% -
HSV(B) 232.97º 0.96% 0.52% -
XYZ 4.55 2.23 22.38 -
YUV 28.4 187.03 111.31 -
System Red Green Blue C M Y K H S L
Decimal 5 20 133 0.96 0.85 0 0.48 232.97 0.93 0.27
Hex 5 14 85 60 55 0 30 E9 5D 1B
Octal 5 24 205 140 125 0 60 351 135 33
Binary 101 10100 10000101 1100000 1010101 0 110000 11101001 1011101 11011

Color Harmonies of #051485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051485

Black with #051485

Text Example


Text Example

White with #051485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051485; }

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

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

background-color css

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

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

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

border-color css

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

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

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