#091F5B

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

Shades of Sapphire #091F5B

Tints of Sapphire #091F5B

Color information

#091F5B (or 0x091F5B) is unknown color: approx Sapphire. HEX triplet: 09, 1F and 5B. RGB value is (9,31,91). Sum of RGB (Red+Green+Blue) = 9+31+91=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 91 (35.94% from 255 or 69.47% from 131); Max value from RGB is 91 - color contains mainly: blue. Hex color #091F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F5B is #F6E0A4. Grayscale: #1F1F1F. Windows color (decimal): -16179365 or 5971721. OLE color: 5971721.

HSL color Cylindrical-coordinate representation of color #091F5B: hue angle of 223.9º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091F5B is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB93191-
CMYK0.900.6600.64
HSL223.9º82%19.61%-
HSV(B)223.9º90.11%35.69%-
XYZ2.491.7910.11-
YUV31.26161.71112.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 31 (12.5% from 255) = 23.66%
BLUE value IS 91 (35.94% from 255) = 69.47%
R=6.87%
G=23.66%
B=69.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal931910.900.6600.64223.98219.61
Hex91F5B5A42040e05214
Octal1137133132102010034012224
Binary1001111111011011101101010000100100000011100000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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