#05288D

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

Shades of Smalt #05288D

Tints of Smalt #05288D

Color information

#05288D (or 0x05288D) is unknown color: approx Smalt. HEX triplet: 05, 28 and 8D. RGB value is (5,40,141). Sum of RGB (Red+Green+Blue) = 5+40+141=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #05288D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05288D is #FAD772. Grayscale: #282828. Windows color (decimal): -16439155 or 9250821. OLE color: 9250821.

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

Color convert

RGB540141-
CMYK0.960.7200.45
HSL224.56º93.15%28.63%-
HSV(B)224.56º96.45%55.29%-
XYZ5.633.4725.57-
YUV41.05184.4102.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 141 (55.47% from 255) = 75.81%
R=2.69%
G=21.51%
B=75.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5401410.960.7200.45224.5693.1528.63
Hex5288D604802De15d1d
Octal55021514011005534113535
Binary1011010001000110111000001001000010110111100001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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