#093288

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

Shades of Smalt #093288

Tints of Smalt #093288

Color information

#093288 (or 0x093288) is unknown color: approx Smalt. HEX triplet: 09, 32 and 88. RGB value is (9,50,136). Sum of RGB (Red+Green+Blue) = 9+50+136=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #093288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093288 is #F6CD77. Grayscale: #2F2F2F. Windows color (decimal): -16174456 or 8925705. OLE color: 8925705.

HSL color Cylindrical-coordinate representation of color #093288: hue angle of 220.63º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093288 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB950136-
CMYK0.930.6300.47
HSL220.63º87.59%28.43%-
HSV(B)220.63º93.38%53.33%-
XYZ5.74.1223.79-
YUV47.54177.92100.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 136 (53.52% from 255) = 69.74%
R=4.62%
G=25.64%
B=69.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9501360.930.6300.47220.6387.5928.43
Hex932885D3F02Fdd581c
Octal11622101357705733513034
Binary1001110010100010001011101111111010111111011101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093288; }

 p { color: rgb(9,50,136); }

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

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

 a { background-color: rgb(9,50,136); }

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

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

 span { border-color: rgb(9,50,136); }

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