#092088

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

Shades of Smalt #092088

Tints of Smalt #092088

Color information

#092088 (or 0x092088) is unknown color: approx Smalt. HEX triplet: 09, 20 and 88. RGB value is (9,32,136). Sum of RGB (Red+Green+Blue) = 9+32+136=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 136 (53.52% from 255 or 76.84% from 177); Max value from RGB is 136 - color contains mainly: blue. Hex color #092088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092088 is #F6DF77. Grayscale: #242424. Windows color (decimal): -16179064 or 8921097. OLE color: 8921097.

HSL color Cylindrical-coordinate representation of color #092088: hue angle of 229.13º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092088 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB932136-
CMYK0.930.7600.47
HSL229.13º87.59%28.43%-
HSV(B)229.13º93.38%53.33%-
XYZ5.072.8723.58-
YUV36.98183.88108.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 136 (53.52% from 255) = 76.84%
R=5.08%
G=18.08%
B=76.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9321360.930.7600.47229.1387.5928.43
Hex920885D4C02Fe5581c
Octal114021013511405734513034
Binary10011000001000100010111011001100010111111100101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092088; }

 p { color: rgb(9,32,136); }

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

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

 a { background-color: rgb(9,32,136); }

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

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

 span { border-color: rgb(9,32,136); }

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