#092197

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

Shades of Smalt #092197

Tints of Smalt #092197

Color information

#092197 (or 0x092197) is unknown color: approx Smalt. HEX triplet: 09, 21 and 97. RGB value is (9,33,151). Sum of RGB (Red+Green+Blue) = 9+33+151=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 151 (59.38% from 255 or 78.24% from 193); Max value from RGB is 151 - color contains mainly: blue. Hex color #092197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092197 is #F6DE68. Grayscale: #262626. Windows color (decimal): -16178793 or 9904393. OLE color: 9904393.

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

Color convert

RGB933151-
CMYK0.940.7800.41
HSL229.86º88.75%31.37%-
HSV(B)229.86º94.04%59.22%-
XYZ6.243.3829.6-
YUV39.28191.05106.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 151 (59.38% from 255) = 78.24%
R=4.66%
G=17.10%
B=78.24%

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
Decimal9331510.940.7800.41229.8688.7531.37
Hex921975E4E029e6591f
Octal114122713611605134613137
Binary10011000011001011110111101001110010100111100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092197; }

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

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

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

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

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

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

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

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