#05339B

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

Shades of Smalt #05339B

Tints of Smalt #05339B

Color information

#05339B (or 0x05339B) is unknown color: approx Smalt. HEX triplet: 05, 33 and 9B. RGB value is (5,51,155). Sum of RGB (Red+Green+Blue) = 5+51+155=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #05339B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05339B is #FACC64. Grayscale: #303030. Windows color (decimal): -16436325 or 10171141. OLE color: 10171141.

HSL color Cylindrical-coordinate representation of color #05339B: hue angle of 221.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05339B is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB551155-
CMYK0.970.6700.39
HSL221.6º93.75%31.37%-
HSV(B)221.6º96.77%60.78%-
XYZ7.164.7731.55-
YUV49.1187.7696.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 155 (60.94% from 255) = 73.46%
R=2.37%
G=24.17%
B=73.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5511550.970.6700.39221.693.7531.37
Hex5339B6143027de5e1f
Octal56323314110304733613637
Binary1011100111001101111000011000011010011111011110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05339B; }

 p { color: rgb(5,51,155); }

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

<style>
 a { background-color: #05339B; }

 a { background-color: rgb(5,51,155); }

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

<style>
 span { border-color: #05339B; }

 span { border-color: rgb(5,51,155); }

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