#092D81

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

Shades of Smalt #092D81

Tints of Smalt #092D81

Color information

#092D81 (or 0x092D81) is unknown color: approx Smalt. HEX triplet: 09, 2D and 81. RGB value is (9,45,129). Sum of RGB (Red+Green+Blue) = 9+45+129=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #092D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092D81 is #F6D27E. Grayscale: #2B2B2B. Windows color (decimal): -16175743 or 8465673. OLE color: 8465673.

HSL color Cylindrical-coordinate representation of color #092D81: hue angle of 222º 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 #092D81 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB945129-
CMYK0.930.6500.49
HSL222º86.96%27.06%-
HSV(B)222º93.02%50.59%-
XYZ5.013.5221.18-
YUV43.81176.07103.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.92%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 129 (50.78% from 255) = 70.49%
R=4.92%
G=24.59%
B=70.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9451290.930.6500.4922286.9627.06
Hex92D815D41031de571b
Octal115520113510106133612733
Binary10011011011000000110111011000001011000111011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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