#092A82

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

Shades of Smalt #092A82

Tints of Smalt #092A82

Color information

#092A82 (or 0x092A82) is unknown color: approx Smalt. HEX triplet: 09, 2A and 82. RGB value is (9,42,130). Sum of RGB (Red+Green+Blue) = 9+42+130=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 130 (51.17% from 255 or 71.82% from 181); Max value from RGB is 130 - color contains mainly: blue. Hex color #092A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092A82 is #F6D57D. Grayscale: #292929. Windows color (decimal): -16176510 or 8530441. OLE color: 8530441.

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

Color convert

RGB942130-
CMYK0.930.6800.49
HSL223.64º87.05%27.25%-
HSV(B)223.64º93.08%50.98%-
XYZ4.973.3321.5-
YUV42.16177.57104.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 130 (51.17% from 255) = 71.82%
R=4.97%
G=23.20%
B=71.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9421300.930.6800.49223.6487.0527.25
Hex92A825D44031e0571b
Octal115220213510406134012733
Binary10011010101000001010111011000100011000111100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,42,130); }

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

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

 a { background-color: rgb(9,42,130); }

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

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

 span { border-color: rgb(9,42,130); }

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