#092655

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

Shades of Sapphire #092655

Tints of Sapphire #092655

Color information

#092655 (or 0x092655) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 55. RGB value is (9,38,85). Sum of RGB (Red+Green+Blue) = 9+38+85=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #092655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092655 is #F6D9AA. Grayscale: #222222. Windows color (decimal): -16177579 or 5580297. OLE color: 5580297.

HSL color Cylindrical-coordinate representation of color #092655: hue angle of 217.11º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092655 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB93885-
CMYK0.890.5500.67
HSL217.11º80.85%18.43%-
HSV(B)217.11º89.41%33.33%-
XYZ2.452.18.87-
YUV34.69156.39109.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 85 (33.59% from 255) = 64.39%
R=6.82%
G=28.79%
B=64.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal938850.890.5500.67217.1180.8518.43
Hex926555937043d95112
Octal114612513167010333112122
Binary1001100110101010110110011101110100001111011001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092655; }

 p { color: rgb(9,38,85); }

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

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

 a { background-color: rgb(9,38,85); }

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

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

 span { border-color: rgb(9,38,85); }

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