#050692

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

Shades of Dark Blue #050692

Tints of Dark Blue #050692

Color information

#050692 (or 0x050692) is unknown color: approx Dark Blue. HEX triplet: 05, 06 and 92. RGB value is (5,6,146). Sum of RGB (Red+Green+Blue) = 5+6+146=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 146 (57.42% from 255 or 92.99% from 157); Max value from RGB is 146 - color contains mainly: blue. Hex color #050692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050692 is #FAF96D. Grayscale: #151515. Windows color (decimal): -16447854 or 9569797. OLE color: 9569797.

HSL color Cylindrical-coordinate representation of color #050692: hue angle of 239.57º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050692 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB56146-
CMYK0.970.9600.43
HSL239.57º93.38%29.61%-
HSV(B)239.57º96.58%57.25%-
XYZ5.322.2427.35-
YUV21.66198.17116.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 146 (57.42% from 255) = 92.99%
R=3.18%
G=3.82%
B=92.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561460.970.9600.43239.5793.3829.61
Hex5692616002Bf05d1e
Octal5622214114005336013536
Binary1011101001001011000011100000010101111110000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050692; }

 p { color: rgb(5,6,146); }

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

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

 a { background-color: rgb(5,6,146); }

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

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

 span { border-color: rgb(5,6,146); }

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