#05289A

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

Shades of Smalt #05289A

Tints of Smalt #05289A

Color information

#05289A (or 0x05289A) is unknown color: approx Smalt. HEX triplet: 05, 28 and 9A. RGB value is (5,40,154). Sum of RGB (Red+Green+Blue) = 5+40+154=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 154 (60.55% from 255 or 77.39% from 199); Max value from RGB is 154 - color contains mainly: blue. Hex color #05289A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05289A is #FAD765. Grayscale: #2A2A2A. Windows color (decimal): -16439142 or 10102789. OLE color: 10102789.

HSL color Cylindrical-coordinate representation of color #05289A: hue angle of 225.91º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05289A is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB540154-
CMYK0.970.7400.40
HSL225.91º93.71%31.18%-
HSV(B)225.91º96.75%60.39%-
XYZ6.653.8830.97-
YUV42.53190.9101.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 154 (60.55% from 255) = 77.39%
R=2.51%
G=20.10%
B=77.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5401540.970.7400.40225.9193.7131.18
Hex5289A614A028e25e1f
Octal55023214111205034213637
Binary1011010001001101011000011001010010100011100010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05289A; }

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

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

<style>
 a { background-color: #05289A; }

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

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

<style>
 span { border-color: #05289A; }

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

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