#091253

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

Shades of Sapphire #091253

Tints of Sapphire #091253

Color information

#091253 (or 0x091253) is unknown color: approx Sapphire. HEX triplet: 09, 12 and 53. RGB value is (9,18,83). Sum of RGB (Red+Green+Blue) = 9+18+83=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 83 (32.81% from 255 or 75.45% from 110); Max value from RGB is 83 - color contains mainly: blue. Hex color #091253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091253 is #F6EDAC. Grayscale: #161616. Windows color (decimal): -16182701 or 5444105. OLE color: 5444105.

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

Color convert

RGB91883-
CMYK0.890.7800.67
HSL232.7º80.43%18.04%-
HSV(B)232.7º89.16%32.55%-
XYZ1.891.128.3-
YUV22.72162.02118.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 83 (32.81% from 255) = 75.45%
R=8.18%
G=16.36%
B=75.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal918830.890.7800.67232.780.4318.04
Hex91253594E043e95012
Octal1122123131116010335112022
Binary1001100101010011101100110011100100001111101001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091253; }

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

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

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

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

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

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

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

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