#05318E

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

Shades of Smalt #05318E

Tints of Smalt #05318E

Color information

#05318E (or 0x05318E) is unknown color: approx Smalt. HEX triplet: 05, 31 and 8E. RGB value is (5,49,142). Sum of RGB (Red+Green+Blue) = 5+49+142=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #05318E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05318E is #FACE71. Grayscale: #2E2E2E. Windows color (decimal): -16436850 or 9318661. OLE color: 9318661.

HSL color Cylindrical-coordinate representation of color #05318E: hue angle of 220.73º 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 #05318E is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB549142-
CMYK0.960.6500.44
HSL220.73º93.2%28.82%-
HSV(B)220.73º96.48%55.69%-
XYZ6.044.1826.08-
YUV46.45181.9298.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 72.45%
R=2.55%
G=25%
B=72.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5491420.960.6500.44220.7393.228.82
Hex5318E604102Cdd5d1d
Octal56121614010105433513535
Binary1011100011000111011000001000001010110011011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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