#05288A

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

Shades of Smalt #05288A

Tints of Smalt #05288A

Color information

#05288A (or 0x05288A) is unknown color: approx Smalt. HEX triplet: 05, 28 and 8A. RGB value is (5,40,138). Sum of RGB (Red+Green+Blue) = 5+40+138=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 138 (54.30% from 255 or 75.41% from 183); Max value from RGB is 138 - color contains mainly: blue. Hex color #05288A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05288A is #FAD775. Grayscale: #282828. Windows color (decimal): -16439158 or 9054213. OLE color: 9054213.

HSL color Cylindrical-coordinate representation of color #05288A: hue angle of 224.21º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05288A is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB540138-
CMYK0.960.7100.46
HSL224.21º93.01%28.04%-
HSV(B)224.21º96.38%54.12%-
XYZ5.413.3824.41-
YUV40.71182.9102.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.73%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 138 (54.30% from 255) = 75.41%
R=2.73%
G=21.86%
B=75.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5401380.960.7100.46224.2193.0128.04
Hex5288A604702Ee05d1c
Octal55021214010705634013534
Binary1011010001000101011000001000111010111011100000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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