#05368F

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

Shades of Smalt #05368F

Tints of Smalt #05368F

Color information

#05368F (or 0x05368F) is unknown color: approx Smalt. HEX triplet: 05, 36 and 8F. RGB value is (5,54,143). Sum of RGB (Red+Green+Blue) = 5+54+143=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 143 (56.25% from 255 or 70.79% from 202); Max value from RGB is 143 - color contains mainly: blue. Hex color #05368F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05368F is #FAC970. Grayscale: #313131. Windows color (decimal): -16435569 or 9385477. OLE color: 9385477.

HSL color Cylindrical-coordinate representation of color #05368F: hue angle of 218.7º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05368F is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB554143-
CMYK0.970.6200.44
HSL218.7º93.24%29.02%-
HSV(B)218.7º96.5%56.08%-
XYZ6.344.6526.55-
YUV49.5180.7796.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 54 (21.48% from 255) = 26.73%
BLUE value IS 143 (56.25% from 255) = 70.79%
R=2.48%
G=26.73%
B=70.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5541430.970.6200.44218.793.2429.02
Hex5368F613E02Cdb5d1d
Octal5662171417605433313535
Binary101110110100011111100001111110010110011011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05368F; }

 p { color: rgb(5,54,143); }

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

<style>
 a { background-color: #05368F; }

 a { background-color: rgb(5,54,143); }

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

<style>
 span { border-color: #05368F; }

 span { border-color: rgb(5,54,143); }

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