#091F4F

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

Shades of Sapphire #091F4F

Tints of Sapphire #091F4F

Color information

#091F4F (or 0x091F4F) is unknown color: approx Sapphire. HEX triplet: 09, 1F and 4F. RGB value is (9,31,79). Sum of RGB (Red+Green+Blue) = 9+31+79=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #091F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F4F is #F6E0B0. Grayscale: #1D1D1D. Windows color (decimal): -16179377 or 5185289. OLE color: 5185289.

HSL color Cylindrical-coordinate representation of color #091F4F: hue angle of 221.14º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091F4F is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB93179-
CMYK0.890.6100.69
HSL221.14º79.55%17.25%-
HSV(B)221.14º88.61%30.98%-
XYZ2.011.67.6-
YUV29.89155.71113.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 31 (12.5% from 255) = 26.05%
BLUE value IS 79 (31.25% from 255) = 66.39%
R=7.56%
G=26.05%
B=66.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal931790.890.6100.69221.1479.5517.25
Hex91F4F593D045dd5011
Octal113711713175010533512021
Binary100111111100111110110011111010100010111011101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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