#05308D

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

Shades of Smalt #05308D

Tints of Smalt #05308D

Color information

#05308D (or 0x05308D) is unknown color: approx Smalt. HEX triplet: 05, 30 and 8D. RGB value is (5,48,141). Sum of RGB (Red+Green+Blue) = 5+48+141=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #05308D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05308D is #FACF72. Grayscale: #2D2D2D. Windows color (decimal): -16437107 or 9252869. OLE color: 9252869.

HSL color Cylindrical-coordinate representation of color #05308D: hue angle of 221.03º 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 #05308D is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB548141-
CMYK0.960.6600.45
HSL221.03º93.15%28.63%-
HSV(B)221.03º96.45%55.29%-
XYZ5.934.0725.67-
YUV45.74181.7598.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 141 (55.47% from 255) = 72.68%
R=2.58%
G=24.74%
B=72.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5481410.960.6600.45221.0393.1528.63
Hex5308D604202Ddd5d1d
Octal56021514010205533513535
Binary1011100001000110111000001000010010110111011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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