#092576

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

Shades of Sapphire #092576

Tints of Sapphire #092576

Color information

#092576 (or 0x092576) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 76. RGB value is (9,37,118). Sum of RGB (Red+Green+Blue) = 9+37+118=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #092576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092576 is #F6DA89. Grayscale: #252525. Windows color (decimal): -16177802 or 7742729. OLE color: 7742729.

HSL color Cylindrical-coordinate representation of color #092576: hue angle of 224.59º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092576 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB937118-
CMYK0.920.6900.54
HSL224.59º85.83%24.9%-
HSV(B)224.59º92.37%46.27%-
XYZ4.042.6917.45-
YUV37.86173.22107.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 118 (46.48% from 255) = 71.95%
R=5.49%
G=22.56%
B=71.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9371180.920.6900.54224.5985.8324.9
Hex925765C45036e15619
Octal114516613410506634112631
Binary1001100101111011010111001000101011011011100001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092576; }

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

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

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

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

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

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

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

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