#092480

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

Shades of Sapphire #092480

Tints of Sapphire #092480

Color information

#092480 (or 0x092480) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 80. RGB value is (9,36,128). Sum of RGB (Red+Green+Blue) = 9+36+128=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 128 (50.39% from 255 or 73.99% from 173); Max value from RGB is 128 - color contains mainly: blue. Hex color #092480 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092480 is #F6DB7F. Grayscale: #262626. Windows color (decimal): -16178048 or 8397833. OLE color: 8397833.

HSL color Cylindrical-coordinate representation of color #092480: hue angle of 226.39º 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 #092480 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB936128-
CMYK0.930.7200.50
HSL226.39º86.86%26.86%-
HSV(B)226.39º92.97%50.2%-
XYZ4.642.8820.73-
YUV38.42178.55107.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 128 (50.39% from 255) = 73.99%
R=5.20%
G=20.81%
B=73.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9361280.930.7200.50226.3986.8626.86
Hex924805D48032e2571b
Octal114420013511006234212733
Binary10011001001000000010111011001000011001011100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092480; }

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

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

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

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

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

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

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

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