#091353

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

Shades of Sapphire #091353

Tints of Sapphire #091353

Color information

#091353 (or 0x091353) is unknown color: approx Sapphire. HEX triplet: 09, 13 and 53. RGB value is (9,19,83). Sum of RGB (Red+Green+Blue) = 9+19+83=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #091353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091353 is #F6ECAC. Grayscale: #171717. Windows color (decimal): -16182445 or 5444361. OLE color: 5444361.

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

Color convert

RGB91983-
CMYK0.890.7700.67
HSL231.89º80.43%18.04%-
HSV(B)231.89º89.16%32.55%-
XYZ1.911.158.3-
YUV23.31161.69117.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 83 (32.81% from 255) = 74.77%
R=8.11%
G=17.12%
B=74.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal919830.890.7700.67231.8980.4318.04
Hex91353594D043e85012
Octal1123123131115010335012022
Binary1001100111010011101100110011010100001111101000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091353; }

 p { color: rgb(9,19,83); }

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

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

 a { background-color: rgb(9,19,83); }

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

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

 span { border-color: rgb(9,19,83); }

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