#05308F

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

Shades of Smalt #05308F

Tints of Smalt #05308F

Color information

#05308F (or 0x05308F) is unknown color: approx Smalt. HEX triplet: 05, 30 and 8F. RGB value is (5,48,143). Sum of RGB (Red+Green+Blue) = 5+48+143=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #05308F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05308F is #FACF70. Grayscale: #2D2D2D. Windows color (decimal): -16437105 or 9383941. OLE color: 9383941.

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

Color convert

RGB548143-
CMYK0.970.6600.44
HSL221.3º93.24%29.02%-
HSV(B)221.3º96.5%56.08%-
XYZ6.084.1326.46-
YUV45.97182.7598.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 143 (56.25% from 255) = 72.96%
R=2.55%
G=24.49%
B=72.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5481430.970.6600.44221.393.2429.02
Hex5308F614202Cdd5d1d
Octal56021714110205433513535
Binary1011100001000111111000011000010010110011011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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