#093089

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

Shades of Smalt #093089

Tints of Smalt #093089

Color information

#093089 (or 0x093089) is unknown color: approx Smalt. HEX triplet: 09, 30 and 89. RGB value is (9,48,137). Sum of RGB (Red+Green+Blue) = 9+48+137=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #093089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093089 is #F6CF76. Grayscale: #2E2E2E. Windows color (decimal): -16174967 or 8990729. OLE color: 8990729.

HSL color Cylindrical-coordinate representation of color #093089: hue angle of 221.72º 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 #093089 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB948137-
CMYK0.930.6500.46
HSL221.72º87.67%28.63%-
HSV(B)221.72º93.43%53.73%-
XYZ5.683.9824.14-
YUV46.48179.08101.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 137 (53.91% from 255) = 70.62%
R=4.64%
G=24.74%
B=70.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9481370.930.6500.46221.7287.6728.63
Hex930895D4102Ede581d
Octal116021113510105633613035
Binary10011100001000100110111011000001010111011011110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093089; }

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

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

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

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

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

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

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

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