#092C96

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

Shades of Smalt #092C96

Tints of Smalt #092C96

Color information

#092C96 (or 0x092C96) is unknown color: approx Smalt. HEX triplet: 09, 2C and 96. RGB value is (9,44,150). Sum of RGB (Red+Green+Blue) = 9+44+150=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #092C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092C96 is #F6D369. Grayscale: #2D2D2D. Windows color (decimal): -16175978 or 9841673. OLE color: 9841673.

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

Color convert

RGB944150-
CMYK0.940.7100.41
HSL225.11º88.68%31.18%-
HSV(B)225.11º94%58.82%-
XYZ6.524.0629.29-
YUV45.62186.9101.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 150 (58.98% from 255) = 73.89%
R=4.43%
G=21.67%
B=73.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9441500.940.7100.41225.1188.6831.18
Hex92C965E47029e1591f
Octal115422613610705134113137
Binary10011011001001011010111101000111010100111100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092C96; }

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

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

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

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

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

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

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

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