#091F72

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

Shades of Sapphire #091F72

Tints of Sapphire #091F72

Color information

#091F72 (or 0x091F72) is unknown color: approx Sapphire. HEX triplet: 09, 1F and 72. RGB value is (9,31,114). Sum of RGB (Red+Green+Blue) = 9+31+114=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #091F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F72 is #F6E08D. Grayscale: #212121. Windows color (decimal): -16179342 or 7479049. OLE color: 7479049.

HSL color Cylindrical-coordinate representation of color #091F72: hue angle of 227.43º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091F72 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB931114-
CMYK0.920.7300.55
HSL227.43º85.37%24.12%-
HSV(B)227.43º92.11%44.71%-
XYZ3.642.2516.16-
YUV33.88173.21110.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 31 (12.5% from 255) = 20.13%
BLUE value IS 114 (44.92% from 255) = 74.03%
R=5.84%
G=20.13%
B=74.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9311140.920.7300.55227.4385.3724.12
Hex91F725C49037e35518
Octal113716213411106734312530
Binary100111111111001010111001001001011011111100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091F72; }

 p { color: rgb(9,31,114); }

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

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

 a { background-color: rgb(9,31,114); }

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

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

 span { border-color: rgb(9,31,114); }

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