#092F99

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

Shades of Smalt #092F99

Tints of Smalt #092F99

Color information

#092F99 (or 0x092F99) is unknown color: approx Smalt. HEX triplet: 09, 2F and 99. RGB value is (9,47,153). Sum of RGB (Red+Green+Blue) = 9+47+153=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #092F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F99 is #F6D066. Grayscale: #2F2F2F. Windows color (decimal): -16175207 or 10039049. OLE color: 10039049.

HSL color Cylindrical-coordinate representation of color #092F99: hue angle of 224.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092F99 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB947153-
CMYK0.940.6900.4
HSL224.17º88.89%31.76%-
HSV(B)224.17º94.12%60%-
XYZ6.884.3930.62-
YUV47.72187.41100.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 153 (60.16% from 255) = 73.21%
R=4.31%
G=22.49%
B=73.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9471530.940.6900.4224.1788.8931.76
Hex92F995E45028e05920
Octal115723113610505034013140
Binary100110111110011001101111010001010101000111000001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,47,153); }

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

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

 a { background-color: rgb(9,47,153); }

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

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

 span { border-color: rgb(9,47,153); }

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