#092D97

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

Shades of Smalt #092D97

Tints of Smalt #092D97

Color information

#092D97 (or 0x092D97) is unknown color: approx Smalt. HEX triplet: 09, 2D and 97. RGB value is (9,45,151). Sum of RGB (Red+Green+Blue) = 9+45+151=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 151 (59.38% from 255 or 73.66% from 205); Max value from RGB is 151 - color contains mainly: blue. Hex color #092D97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D97 is #F6D268. Grayscale: #2D2D2D. Windows color (decimal): -16175721 or 9907465. OLE color: 9907465.

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

Color convert

RGB945151-
CMYK0.940.7000.41
HSL224.79º88.75%31.37%-
HSV(B)224.79º94.04%59.22%-
XYZ6.644.1729.73-
YUV46.32187.07101.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 151 (59.38% from 255) = 73.66%
R=4.39%
G=21.95%
B=73.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9451510.940.7000.41224.7988.7531.37
Hex92D975E46029e1591f
Octal115522713610605134113137
Binary10011011011001011110111101000110010100111100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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