#092557

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

Shades of Sapphire #092557

Tints of Sapphire #092557

Color information

#092557 (or 0x092557) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 57. RGB value is (9,37,87). Sum of RGB (Red+Green+Blue) = 9+37+87=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 87 (34.38% from 255 or 65.41% from 133); Max value from RGB is 87 - color contains mainly: blue. Hex color #092557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092557 is #F6DAA8. Grayscale: #222222. Windows color (decimal): -16177833 or 5711113. OLE color: 5711113.

HSL color Cylindrical-coordinate representation of color #092557: hue angle of 218.46º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092557 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB93787-
CMYK0.900.5700.66
HSL218.46º81.25%18.82%-
HSV(B)218.46º89.66%34.12%-
XYZ2.492.079.28-
YUV34.33157.72109.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 87 (34.38% from 255) = 65.41%
R=6.77%
G=27.82%
B=65.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal937870.900.5700.66218.4681.2518.82
Hex925575A39042da5113
Octal114512713271010233212123
Binary1001100101101011110110101110010100001011011010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092557; }

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

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

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

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

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

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

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

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