#05228A

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

Shades of Smalt #05228A

Tints of Smalt #05228A

Color information

#05228A (or 0x05228A) is unknown color: approx Smalt. HEX triplet: 05, 22 and 8A. RGB value is (5,34,138). Sum of RGB (Red+Green+Blue) = 5+34+138=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 138 (54.30% from 255 or 77.97% from 177); Max value from RGB is 138 - color contains mainly: blue. Hex color #05228A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05228A is #FADD75. Grayscale: #242424. Windows color (decimal): -16440694 or 9052677. OLE color: 9052677.

HSL color Cylindrical-coordinate representation of color #05228A: hue angle of 226.92º 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 #05228A is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB534138-
CMYK0.960.7500.46
HSL226.92º93.01%28.04%-
HSV(B)226.92º96.38%54.12%-
XYZ5.223.0124.35-
YUV37.18184.89105.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 138 (54.30% from 255) = 77.97%
R=2.82%
G=19.21%
B=77.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5341380.960.7500.46226.9293.0128.04
Hex5228A604B02Ee35d1c
Octal54221214011305634313534
Binary1011000101000101011000001001011010111011100011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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