#092C86

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

Shades of Smalt #092C86

Tints of Smalt #092C86

Color information

#092C86 (or 0x092C86) is unknown color: approx Smalt. HEX triplet: 09, 2C and 86. RGB value is (9,44,134). Sum of RGB (Red+Green+Blue) = 9+44+134=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #092C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092C86 is #F6D379. Grayscale: #2B2B2B. Windows color (decimal): -16175994 or 8793097. OLE color: 8793097.

HSL color Cylindrical-coordinate representation of color #092C86: hue angle of 223.2º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092C86 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB944134-
CMYK0.930.6700.47
HSL223.2º87.41%28.04%-
HSV(B)223.2º93.28%52.55%-
XYZ5.323.5822.97-
YUV43.8178.9103.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 134 (52.73% from 255) = 71.66%
R=4.81%
G=23.53%
B=71.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9441340.930.6700.47223.287.4128.04
Hex92C865D4302Fdf571c
Octal115420613510305733712734
Binary10011011001000011010111011000011010111111011111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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