#092896

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

Shades of Smalt #092896

Tints of Smalt #092896

Color information

#092896 (or 0x092896) is unknown color: approx Smalt. HEX triplet: 09, 28 and 96. RGB value is (9,40,150). Sum of RGB (Red+Green+Blue) = 9+40+150=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 150 (58.98% from 255 or 75.38% from 199); Max value from RGB is 150 - color contains mainly: blue. Hex color #092896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092896 is #F6D769. Grayscale: #2A2A2A. Windows color (decimal): -16177002 or 9840649. OLE color: 9840649.

HSL color Cylindrical-coordinate representation of color #092896: hue angle of 226.81º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092896 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB940150-
CMYK0.940.7300.41
HSL226.81º88.68%31.18%-
HSV(B)226.81º94%58.82%-
XYZ6.383.7829.25-
YUV43.27188.23103.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.52%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 150 (58.98% from 255) = 75.38%
R=4.52%
G=20.10%
B=75.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9401500.940.7300.41226.8188.6831.18
Hex928965E49029e3591f
Octal115022613611105134313137
Binary10011010001001011010111101001001010100111100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092896; }

 p { color: rgb(9,40,150); }

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

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

 a { background-color: rgb(9,40,150); }

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

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

 span { border-color: rgb(9,40,150); }

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