#093692

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

Shades of Smalt #093692

Tints of Smalt #093692

Color information

#093692 (or 0x093692) is unknown color: approx Smalt. HEX triplet: 09, 36 and 92. RGB value is (9,54,146). Sum of RGB (Red+Green+Blue) = 9+54+146=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #093692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093692 is #F6C96D. Grayscale: #323232. Windows color (decimal): -16173422 or 9582089. OLE color: 9582089.

HSL color Cylindrical-coordinate representation of color #093692: hue angle of 220.29º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093692 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB954146-
CMYK0.940.6300.43
HSL220.29º88.39%30.39%-
HSV(B)220.29º93.84%57.25%-
XYZ6.624.7727.77-
YUV51.03181.5998.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 146 (57.42% from 255) = 69.86%
R=4.31%
G=25.84%
B=69.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9541460.940.6300.43220.2988.3930.39
Hex936925E3F02Bdc581e
Octal11662221367705333413036
Binary1001110110100100101011110111111010101111011100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093692; }

 p { color: rgb(9,54,146); }

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

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

 a { background-color: rgb(9,54,146); }

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

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

 span { border-color: rgb(9,54,146); }

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