#05379F

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

Shades of Smalt #05379F

Tints of Smalt #05379F

Color information

#05379F (or 0x05379F) is unknown color: approx Smalt. HEX triplet: 05, 37 and 9F. RGB value is (5,55,159). Sum of RGB (Red+Green+Blue) = 5+55+159=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 159 (62.5% from 255 or 72.60% from 219); Max value from RGB is 159 - color contains mainly: blue. Hex color #05379F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05379F is #FAC860. Grayscale: #333333. Windows color (decimal): -16435297 or 10434309. OLE color: 10434309.

HSL color Cylindrical-coordinate representation of color #05379F: hue angle of 220.52º 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 #05379F is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB555159-
CMYK0.970.6500.38
HSL220.52º93.9%32.16%-
HSV(B)220.52º96.86%62.35%-
XYZ7.695.2733.41-
YUV51.91188.4494.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.28%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 159 (62.5% from 255) = 72.60%
R=2.28%
G=25.11%
B=72.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5551590.970.6500.38220.5293.932.16
Hex5379F6141026dd5e20
Octal56723714110104633513640
Binary10111011110011111110000110000010100110110111011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05379F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05379F; }

 p { color: rgb(5,55,159); }

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

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

 a { background-color: rgb(5,55,159); }

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

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

 span { border-color: rgb(5,55,159); }

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