Html Css Color HEX #051483 Navy

📋 copy color: '#051483'

red 5 ◦ green 20 ◦ blue 131

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

Shades of Navy #051483

Tints of Navy #051483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 83.97%

R = 3.21%
G = 12.82%
B = 83.97%

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

#051483 (or 0x051483) is known color: Navy. HEX triplet: 05, 14 and 83. RGB value is (5,20,131). Sum of RGB (Red+Green+Blue) = 5+20+131=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 131 (51.56% from 255 or 83.97% from 156); Max value from RGB is 131 - color contains mainly: blue. Hex color #051483 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051483 is #FAEB7C. Grayscale: #1B1B1B. Windows color (decimal): -16444285 or 8590341. OLE color: 8590341.

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

Color convert

RGB 5 20 131 -
CMYK 0.96 0.85 0 0.49
HSL 232.86º 0.93% 0.27% -
HSV(B) 232.86º 0.96% 0.51% -
XYZ 4.41 2.17 21.66 -
YUV 28.17 186.03 111.47 -
System Red Green Blue C M Y K H S L
Decimal 5 20 131 0.96 0.85 0 0.49 232.86 0.93 0.27
Hex 5 14 83 60 55 0 31 E9 5D 1B
Octal 5 24 203 140 125 0 61 351 135 33
Binary 101 10100 10000011 1100000 1010101 0 110001 11101001 1011101 11011

Color Harmonies of #051483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051483

Black with #051483

Text Example


Text Example

White with #051483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051483; }

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

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

background-color css

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

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

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

border-color css

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

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

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