#092180

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

Shades of Sapphire #092180

Tints of Sapphire #092180

Color information

#092180 (or 0x092180) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 80. RGB value is (9,33,128). Sum of RGB (Red+Green+Blue) = 9+33+128=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 128 (50.39% from 255 or 75.29% from 170); Max value from RGB is 128 - color contains mainly: blue. Hex color #092180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092180 is #F6DE7F. Grayscale: #242424. Windows color (decimal): -16178816 or 8397065. OLE color: 8397065.

HSL color Cylindrical-coordinate representation of color #092180: hue angle of 227.9º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092180 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB933128-
CMYK0.930.7400.50
HSL227.9º86.86%26.86%-
HSV(B)227.9º92.97%50.2%-
XYZ4.552.720.7-
YUV36.65179.55108.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.29%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 128 (50.39% from 255) = 75.29%
R=5.29%
G=19.41%
B=75.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9331280.930.7400.50227.986.8626.86
Hex921805D4A032e4571b
Octal114120013511206234412733
Binary10011000011000000010111011001010011001011100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092180; }

 p { color: rgb(9,33,128); }

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

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

 a { background-color: rgb(9,33,128); }

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

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

 span { border-color: rgb(9,33,128); }

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