#093289

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

Shades of Smalt #093289

Tints of Smalt #093289

Color information

#093289 (or 0x093289) is unknown color: approx Smalt. HEX triplet: 09, 32 and 89. RGB value is (9,50,137). Sum of RGB (Red+Green+Blue) = 9+50+137=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #093289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093289 is #F6CD76. Grayscale: #2F2F2F. Windows color (decimal): -16174455 or 8991241. OLE color: 8991241.

HSL color Cylindrical-coordinate representation of color #093289: hue angle of 220.78º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093289 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB950137-
CMYK0.930.6400.46
HSL220.78º87.67%28.63%-
HSV(B)220.78º93.43%53.73%-
XYZ5.774.1524.16-
YUV47.66178.42100.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 137 (53.91% from 255) = 69.90%
R=4.59%
G=25.51%
B=69.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9501370.930.6400.46220.7887.6728.63
Hex932895D4002Edd581d
Octal116221113510005633513035
Binary10011100101000100110111011000000010111011011101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093289; }

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

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

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

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

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

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

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

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