#091768

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

Shades of Sapphire #091768

Tints of Sapphire #091768

Color information

#091768 (or 0x091768) is unknown color: approx Sapphire. HEX triplet: 09, 17 and 68. RGB value is (9,23,104). Sum of RGB (Red+Green+Blue) = 9+23+104=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #091768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091768 is #F6E897. Grayscale: #1B1B1B. Windows color (decimal): -16181400 or 6821641. OLE color: 6821641.

HSL color Cylindrical-coordinate representation of color #091768: hue angle of 231.16º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091768 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB923104-
CMYK0.910.7800.59
HSL231.16º84.07%22.16%-
HSV(B)231.16º91.35%40.78%-
XYZ2.921.6713.27-
YUV28.05170.86114.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 104 (41.02% from 255) = 76.47%
R=6.62%
G=16.91%
B=76.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9231040.910.7800.59231.1684.0722.16
Hex917685B4E03Be75416
Octal112715013311607334712426
Binary100110111110100010110111001110011101111100111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091768; }

 p { color: rgb(9,23,104); }

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

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

 a { background-color: rgb(9,23,104); }

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

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

 span { border-color: rgb(9,23,104); }

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