#092582

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

Shades of Sapphire #092582

Tints of Sapphire #092582

Color information

#092582 (or 0x092582) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 82. RGB value is (9,37,130). Sum of RGB (Red+Green+Blue) = 9+37+130=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #092582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092582 is #F6DA7D. Grayscale: #262626. Windows color (decimal): -16177790 or 8529161. OLE color: 8529161.

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

Color convert

RGB937130-
CMYK0.930.7200.49
HSL226.12º87.05%27.25%-
HSV(B)226.12º93.08%50.98%-
XYZ4.82.9921.44-
YUV39.23179.22106.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 130 (51.17% from 255) = 73.86%
R=5.11%
G=21.02%
B=73.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9371300.930.7200.49226.1287.0527.25
Hex925825D48031e2571b
Octal114520213511006134212733
Binary10011001011000001010111011001000011000111100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092582; }

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

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

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

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

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

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

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

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