#091658

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

Shades of Sapphire #091658

Tints of Sapphire #091658

Color information

#091658 (or 0x091658) is unknown color: approx Sapphire. HEX triplet: 09, 16 and 58. RGB value is (9,22,88). Sum of RGB (Red+Green+Blue) = 9+22+88=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #091658 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091658 is #F6E9A7. Grayscale: #191919. Windows color (decimal): -16181672 or 5772809. OLE color: 5772809.

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

Color convert

RGB92288-
CMYK0.900.7500.65
HSL230.13º81.44%19.02%-
HSV(B)230.13º89.77%34.51%-
XYZ2.161.349.38-
YUV25.64163.19116.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 88 (34.77% from 255) = 73.95%
R=7.56%
G=18.49%
B=73.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal922880.900.7500.65230.1381.4419.02
Hex916585A4B041e65113
Octal1126130132113010134612123
Binary1001101101011000101101010010110100000111100110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091658; }

 p { color: rgb(9,22,88); }

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

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

 a { background-color: rgb(9,22,88); }

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

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

 span { border-color: rgb(9,22,88); }

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