#091955

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

Shades of Sapphire #091955

Tints of Sapphire #091955

Color information

#091955 (or 0x091955) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 55. RGB value is (9,25,85). Sum of RGB (Red+Green+Blue) = 9+25+85=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #091955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091955 is #F6E6AA. Grayscale: #1A1A1A. Windows color (decimal): -16180907 or 5576969. OLE color: 5576969.

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

Color convert

RGB92585-
CMYK0.890.7100.67
HSL227.37º80.85%18.43%-
HSV(B)227.37º89.41%33.33%-
XYZ2.11.418.76-
YUV27.06160.7115.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 85 (33.59% from 255) = 71.43%
R=7.56%
G=21.01%
B=71.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal925850.890.7100.67227.3780.8518.43
Hex919555947043e35112
Octal1131125131107010334312122
Binary1001110011010101101100110001110100001111100011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091955; }

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

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

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

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

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

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

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

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