#092196

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

Shades of Smalt #092196

Tints of Smalt #092196

Color information

#092196 (or 0x092196) is unknown color: approx Smalt. HEX triplet: 09, 21 and 96. RGB value is (9,33,150). Sum of RGB (Red+Green+Blue) = 9+33+150=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #092196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092196 is #F6DE69. Grayscale: #262626. Windows color (decimal): -16178794 or 9838857. OLE color: 9838857.

HSL color Cylindrical-coordinate representation of color #092196: hue angle of 229.79º 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 #092196 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB933150-
CMYK0.940.7800.41
HSL229.79º88.68%31.18%-
HSV(B)229.79º94%58.82%-
XYZ6.163.3529.18-
YUV39.16190.55106.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 150 (58.98% from 255) = 78.12%
R=4.69%
G=17.19%
B=78.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9331500.940.7800.41229.7988.6831.18
Hex921965E4E029e6591f
Octal114122613611605134613137
Binary10011000011001011010111101001110010100111100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092196; }

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

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

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

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

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

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

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

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