#093893

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

Shades of Smalt #093893

Tints of Smalt #093893

Color information

#093893 (or 0x093893) is unknown color: approx Smalt. HEX triplet: 09, 38 and 93. RGB value is (9,56,147). Sum of RGB (Red+Green+Blue) = 9+56+147=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #093893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093893 is #F6C76C. Grayscale: #333333. Windows color (decimal): -16172909 or 9648137. OLE color: 9648137.

HSL color Cylindrical-coordinate representation of color #093893: hue angle of 219.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093893 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB956147-
CMYK0.940.6200.42
HSL219.57º88.46%30.59%-
HSV(B)219.57º93.88%57.65%-
XYZ6.794.9928.21-
YUV52.32181.4397.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 147 (57.81% from 255) = 69.34%
R=4.25%
G=26.42%
B=69.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9561470.940.6200.42219.5788.4630.59
Hex938935E3E02Adc581f
Octal11702231367605233413037
Binary1001111000100100111011110111110010101011011100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093893; }

 p { color: rgb(9,56,147); }

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

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

 a { background-color: rgb(9,56,147); }

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

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

 span { border-color: rgb(9,56,147); }

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