#091F6F

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

Shades of Sapphire #091F6F

Tints of Sapphire #091F6F

Color information

#091F6F (or 0x091F6F) is unknown color: approx Sapphire. HEX triplet: 09, 1F and 6F. RGB value is (9,31,111). Sum of RGB (Red+Green+Blue) = 9+31+111=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #091F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F6F is #F6E090. Grayscale: #212121. Windows color (decimal): -16179345 or 7282441. OLE color: 7282441.

HSL color Cylindrical-coordinate representation of color #091F6F: hue angle of 227.06º 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 #091F6F is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB931111-
CMYK0.920.7200.56
HSL227.06º85%23.53%-
HSV(B)227.06º91.89%43.53%-
XYZ3.472.1915.28-
YUV33.54171.71110.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 111 (43.75% from 255) = 73.51%
R=5.96%
G=20.53%
B=73.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9311110.920.7200.56227.068523.53
Hex91F6F5C48038e35518
Octal113715713411007034312530
Binary100111111110111110111001001000011100011100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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