#092C82

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

Shades of Smalt #092C82

Tints of Smalt #092C82

Color information

#092C82 (or 0x092C82) is unknown color: approx Smalt. HEX triplet: 09, 2C and 82. RGB value is (9,44,130). Sum of RGB (Red+Green+Blue) = 9+44+130=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #092C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092C82 is #F6D37D. Grayscale: #2A2A2A. Windows color (decimal): -16175998 or 8530953. OLE color: 8530953.

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

Color convert

RGB944130-
CMYK0.930.6600.49
HSL222.64º87.05%27.25%-
HSV(B)222.64º93.08%50.98%-
XYZ5.043.4721.52-
YUV43.34176.9103.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.92%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 130 (51.17% from 255) = 71.04%
R=4.92%
G=24.04%
B=71.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9441300.930.6600.49222.6487.0527.25
Hex92C825D42031df571b
Octal115420213510206133712733
Binary10011011001000001010111011000010011000111011111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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