#091953

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

Shades of Sapphire #091953

Tints of Sapphire #091953

Color information

#091953 (or 0x091953) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 53. RGB value is (9,25,83). Sum of RGB (Red+Green+Blue) = 9+25+83=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #091953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091953 is #F6E6AC. Grayscale: #1A1A1A. Windows color (decimal): -16180909 or 5445897. OLE color: 5445897.

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

Color convert

RGB92583-
CMYK0.890.7000.67
HSL227.03º80.43%18.04%-
HSV(B)227.03º89.16%32.55%-
XYZ2.021.388.34-
YUV26.83159.7115.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 83 (32.81% from 255) = 70.94%
R=7.69%
G=21.37%
B=70.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal925830.890.7000.67227.0380.4318.04
Hex919535946043e35012
Octal1131123131106010334312022
Binary1001110011010011101100110001100100001111100011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091953; }

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

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

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

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

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

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

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

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