#05378E

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

Shades of Smalt #05378E

Tints of Smalt #05378E

Color information

#05378E (or 0x05378E) is unknown color: approx Smalt. HEX triplet: 05, 37 and 8E. RGB value is (5,55,142). Sum of RGB (Red+Green+Blue) = 5+55+142=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 142 (55.86% from 255 or 70.30% from 202); Max value from RGB is 142 - color contains mainly: blue. Hex color #05378E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05378E is #FAC871. Grayscale: #313131. Windows color (decimal): -16435314 or 9320197. OLE color: 9320197.

HSL color Cylindrical-coordinate representation of color #05378E: hue angle of 218.1º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05378E is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB555142-
CMYK0.960.6100.44
HSL218.1º93.2%28.82%-
HSV(B)218.1º96.48%55.69%-
XYZ6.314.7226.17-
YUV49.97179.9495.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 55 (21.88% from 255) = 27.23%
BLUE value IS 142 (55.86% from 255) = 70.30%
R=2.48%
G=27.23%
B=70.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5551420.960.6100.44218.193.228.82
Hex5378E603D02Cda5d1d
Octal5672161407505433213535
Binary101110111100011101100000111101010110011011010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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