#092755

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

Shades of Sapphire #092755

Tints of Sapphire #092755

Color information

#092755 (or 0x092755) is unknown color: approx Sapphire. HEX triplet: 09, 27 and 55. RGB value is (9,39,85). Sum of RGB (Red+Green+Blue) = 9+39+85=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #092755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092755 is #F6D8AA. Grayscale: #232323. Windows color (decimal): -16177323 or 5580553. OLE color: 5580553.

HSL color Cylindrical-coordinate representation of color #092755: hue angle of 216.32º 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 #092755 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB93985-
CMYK0.890.5400.67
HSL216.32º80.85%18.43%-
HSV(B)216.32º89.41%33.33%-
XYZ2.482.168.88-
YUV35.27156.06109.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 85 (33.59% from 255) = 63.91%
R=6.77%
G=29.32%
B=63.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal939850.890.5400.67216.3280.8518.43
Hex927555936043d85112
Octal114712513166010333012122
Binary1001100111101010110110011101100100001111011000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092755; }

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

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

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

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

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

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

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

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