#05358D

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

Shades of Smalt #05358D

Tints of Smalt #05358D

Color information

#05358D (or 0x05358D) is unknown color: approx Smalt. HEX triplet: 05, 35 and 8D. RGB value is (5,53,141). Sum of RGB (Red+Green+Blue) = 5+53+141=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #05358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05358D is #FACA72. Grayscale: #303030. Windows color (decimal): -16435827 or 9254149. OLE color: 9254149.

HSL color Cylindrical-coordinate representation of color #05358D: hue angle of 218.82º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05358D is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB553141-
CMYK0.960.6200.45
HSL218.82º93.15%28.63%-
HSV(B)218.82º96.45%55.29%-
XYZ6.144.525.74-
YUV48.68180.196.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 141 (55.47% from 255) = 70.85%
R=2.51%
G=26.63%
B=70.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5531410.960.6200.45218.8293.1528.63
Hex5358D603E02Ddb5d1d
Octal5652151407605533313535
Binary101110101100011011100000111110010110111011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05358D; }

 p { color: rgb(5,53,141); }

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

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

 a { background-color: rgb(5,53,141); }

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

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

 span { border-color: rgb(5,53,141); }

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