#05338D

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

Shades of Smalt #05338D

Tints of Smalt #05338D

Color information

#05338D (or 0x05338D) is unknown color: approx Smalt. HEX triplet: 05, 33 and 8D. RGB value is (5,51,141). Sum of RGB (Red+Green+Blue) = 5+51+141=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #05338D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05338D is #FACC72. Grayscale: #2F2F2F. Windows color (decimal): -16436339 or 9253637. OLE color: 9253637.

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

Color convert

RGB551141-
CMYK0.960.6400.45
HSL219.71º93.15%28.63%-
HSV(B)219.71º96.45%55.29%-
XYZ6.054.3225.71-
YUV47.51180.7697.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 141 (55.47% from 255) = 71.57%
R=2.54%
G=25.89%
B=71.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5511410.960.6400.45219.7193.1528.63
Hex5338D604002Ddc5d1d
Octal56321514010005533413535
Binary1011100111000110111000001000000010110111011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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