#091956

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

Shades of Sapphire #091956

Tints of Sapphire #091956

Color information

#091956 (or 0x091956) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 56. RGB value is (9,25,86). Sum of RGB (Red+Green+Blue) = 9+25+86=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 86 (33.98% from 255 or 71.67% from 120); Max value from RGB is 86 - color contains mainly: blue. Hex color #091956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091956 is #F6E6A9. Grayscale: #1A1A1A. Windows color (decimal): -16180906 or 5642505. OLE color: 5642505.

HSL color Cylindrical-coordinate representation of color #091956: hue angle of 227.53º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091956 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB92586-
CMYK0.900.7100.66
HSL227.53º81.05%18.63%-
HSV(B)227.53º89.53%33.73%-
XYZ2.141.438.97-
YUV27.17161.2115.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.5%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 86 (33.98% from 255) = 71.67%
R=7.5%
G=20.83%
B=71.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal925860.900.7100.66227.5381.0518.63
Hex919565A47042e45113
Octal1131126132107010234412123
Binary1001110011010110101101010001110100001011100100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091956; }

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

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

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

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

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

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

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

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