#05319D

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

Shades of Smalt #05319D

Tints of Smalt #05319D

Color information

#05319D (or 0x05319D) is unknown color: approx Smalt. HEX triplet: 05, 31 and 9D. RGB value is (5,49,157). Sum of RGB (Red+Green+Blue) = 5+49+157=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #05319D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05319D is #FACE62. Grayscale: #2F2F2F. Windows color (decimal): -16436835 or 10301701. OLE color: 10301701.

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

Color convert

RGB549157-
CMYK0.970.6900.38
HSL222.63º93.83%31.76%-
HSV(B)222.63º96.82%61.57%-
XYZ7.254.6632.42-
YUV48.16189.4297.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 157 (61.72% from 255) = 74.41%
R=2.37%
G=23.22%
B=74.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5491570.970.6900.38222.6393.8331.76
Hex5319D6145026df5e20
Octal56123514110504633713640
Binary10111000110011101110000110001010100110110111111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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