#092F81

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

Shades of Smalt #092F81

Tints of Smalt #092F81

Color information

#092F81 (or 0x092F81) is unknown color: approx Smalt. HEX triplet: 09, 2F and 81. RGB value is (9,47,129). Sum of RGB (Red+Green+Blue) = 9+47+129=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #092F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F81 is #F6D07E. Grayscale: #2C2C2C. Windows color (decimal): -16175231 or 8466185. OLE color: 8466185.

HSL color Cylindrical-coordinate representation of color #092F81: hue angle of 221º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092F81 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB947129-
CMYK0.930.6400.49
HSL221º86.96%27.06%-
HSV(B)221º93.02%50.59%-
XYZ5.093.6821.21-
YUV44.99175.41102.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 129 (50.78% from 255) = 69.73%
R=4.86%
G=25.41%
B=69.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9471290.930.6400.4922186.9627.06
Hex92F815D40031dd571b
Octal115720113510006133512733
Binary10011011111000000110111011000000011000111011101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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