#091052

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

Shades of Sapphire #091052

Tints of Sapphire #091052

Color information

#091052 (or 0x091052) is unknown color: approx Sapphire. HEX triplet: 09, 10 and 52. RGB value is (9,16,82). Sum of RGB (Red+Green+Blue) = 9+16+82=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #091052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091052 is #F6EFAD. Grayscale: #151515. Windows color (decimal): -16183214 or 5378057. OLE color: 5378057.

HSL color Cylindrical-coordinate representation of color #091052: hue angle of 234.25º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091052 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB91682-
CMYK0.890.8000.68
HSL234.25º80.22%17.84%-
HSV(B)234.25º89.02%32.16%-
XYZ1.821.048.09-
YUV21.43162.18119.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 82 (32.42% from 255) = 76.64%
R=8.41%
G=14.95%
B=76.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal916820.890.8000.68234.2580.2217.84
Hex910525950044ea5012
Octal1120122131120010435212022
Binary1001100001010010101100110100000100010011101010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091052; }

 p { color: rgb(9,16,82); }

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

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

 a { background-color: rgb(9,16,82); }

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

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

 span { border-color: rgb(9,16,82); }

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