#05399E

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

Shades of Smalt #05399E

Tints of Smalt #05399E

Color information

#05399E (or 0x05399E) is unknown color: approx Smalt. HEX triplet: 05, 39 and 9E. RGB value is (5,57,158). Sum of RGB (Red+Green+Blue) = 5+57+158=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #05399E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05399E is #FAC661. Grayscale: #343434. Windows color (decimal): -16434786 or 10369285. OLE color: 10369285.

HSL color Cylindrical-coordinate representation of color #05399E: hue angle of 219.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05399E is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB557158-
CMYK0.970.6400.38
HSL219.61º93.87%31.96%-
HSV(B)219.61º96.84%61.96%-
XYZ7.75.4332.99-
YUV52.97187.2793.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 158 (62.11% from 255) = 71.82%
R=2.27%
G=25.91%
B=71.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5571580.970.6400.38219.6193.8731.96
Hex5399E6140026dc5e20
Octal57123614110004633413640
Binary10111100110011110110000110000000100110110111001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05399E; }

 p { color: rgb(5,57,158); }

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

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

 a { background-color: rgb(5,57,158); }

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

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

 span { border-color: rgb(5,57,158); }

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