#091855

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

Shades of Sapphire #091855

Tints of Sapphire #091855

Color information

#091855 (or 0x091855) is unknown color: approx Sapphire. HEX triplet: 09, 18 and 55. RGB value is (9,24,85). Sum of RGB (Red+Green+Blue) = 9+24+85=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 85 (33.59% from 255 or 72.03% from 118); Max value from RGB is 85 - color contains mainly: blue. Hex color #091855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091855 is #F6E7AA. Grayscale: #1A1A1A. Windows color (decimal): -16181163 or 5576713. OLE color: 5576713.

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

Color convert

RGB92485-
CMYK0.890.7200.67
HSL228.16º80.85%18.43%-
HSV(B)228.16º89.41%33.33%-
XYZ2.081.378.75-
YUV26.47161.03115.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.63%
GREEN value IS 24 (9.77% from 255) = 20.34%
BLUE value IS 85 (33.59% from 255) = 72.03%
R=7.63%
G=20.34%
B=72.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal924850.890.7200.67228.1680.8518.43
Hex918555948043e45112
Octal1130125131110010334412122
Binary1001110001010101101100110010000100001111100100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091855; }

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

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

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

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

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

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

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

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