#05208A

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

Shades of Smalt #05208A

Tints of Smalt #05208A

Color information

#05208A (or 0x05208A) is unknown color: approx Smalt. HEX triplet: 05, 20 and 8A. RGB value is (5,32,138). Sum of RGB (Red+Green+Blue) = 5+32+138=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #05208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05208A is #FADF75. Grayscale: #232323. Windows color (decimal): -16441206 or 9052165. OLE color: 9052165.

HSL color Cylindrical-coordinate representation of color #05208A: hue angle of 227.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05208A is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB532138-
CMYK0.960.7700.46
HSL227.82º93.01%28.04%-
HSV(B)227.82º96.38%54.12%-
XYZ5.172.924.33-
YUV36.01185.55105.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 138 (54.30% from 255) = 78.86%
R=2.86%
G=18.29%
B=78.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5321380.960.7700.46227.8293.0128.04
Hex5208A604D02Ee45d1c
Octal54021214011505634413534
Binary1011000001000101011000001001101010111011100100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05208A; }

 p { color: rgb(5,32,138); }

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

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

 a { background-color: rgb(5,32,138); }

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

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

 span { border-color: rgb(5,32,138); }

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