#050084

Color #050084 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #050084

Tints of Navy #050084

Color information

#050084 (or 0x050084) is unknown color: approx Navy. HEX triplet: 05, 00 and 84. RGB value is (5,0,132). Sum of RGB (Red+Green+Blue) = 5+0+132=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 132 (51.95% from 255 or 96.35% from 137); Max value from RGB is 132 - color contains mainly: blue. Hex color #050084 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050084 is #FAFF7B. Grayscale: #101010. Windows color (decimal): -16449404 or 8650757. OLE color: 8650757.

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

Color convert

RGB50132-
CMYK0.96100.48
HSL242.27º100%25.88%-
HSV(B)242.27º100%51.76%-
XYZ4.231.721.93-
YUV16.54193.16119.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 96.35%
R=3.65%
G=0%
B=96.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501320.96100.48242.2710025.88
Hex50846064030f2641a
Octal5020414014406036214432
Binary10101000010011000001100100011000011110010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050084; }

 p { color: rgb(5,0,132); }

 H1.HeaderClassName
 {
   color: #050084;
 }
 .AnyTagClassName
 {
   color: #050084;
 }
</style>
background-color css

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

 a { background-color: rgb(5,0,132); }

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

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

 span { border-color: rgb(5,0,132); }

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