#091971

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

Shades of Sapphire #091971

Tints of Sapphire #091971

Color information

#091971 (or 0x091971) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 71. RGB value is (9,25,113). Sum of RGB (Red+Green+Blue) = 9+25+113=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #091971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091971 is #F6E68E. Grayscale: #1D1D1D. Windows color (decimal): -16180879 or 7411977. OLE color: 7411977.

HSL color Cylindrical-coordinate representation of color #091971: hue angle of 230.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091971 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB925113-
CMYK0.920.7800.56
HSL230.77º85.25%23.92%-
HSV(B)230.77º92.04%44.31%-
XYZ3.441.9515.82-
YUV30.25174.7112.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 113 (44.53% from 255) = 76.87%
R=6.12%
G=17.01%
B=76.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9251130.920.7800.56230.7785.2523.92
Hex919715C4E038e75518
Octal113116113411607034712530
Binary100111001111000110111001001110011100011100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091971; }

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

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

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

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

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

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

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

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