#091F65

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

Shades of Sapphire #091F65

Tints of Sapphire #091F65

Color information

#091F65 (or 0x091F65) is unknown color: approx Sapphire. HEX triplet: 09, 1F and 65. RGB value is (9,31,101). Sum of RGB (Red+Green+Blue) = 9+31+101=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 101 (39.84% from 255 or 71.63% from 141); Max value from RGB is 101 - color contains mainly: blue. Hex color #091F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F65 is #F6E09A. Grayscale: #202020. Windows color (decimal): -16179355 or 6627081. OLE color: 6627081.

HSL color Cylindrical-coordinate representation of color #091F65: hue angle of 225.65º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091F65 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB931101-
CMYK0.910.6900.60
HSL225.65º83.64%21.57%-
HSV(B)225.65º91.09%39.61%-
XYZ2.951.9812.54-
YUV32.4166.71111.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 101 (39.84% from 255) = 71.63%
R=6.38%
G=21.99%
B=71.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9311010.910.6900.60225.6583.6421.57
Hex91F655B4503Ce25416
Octal113714513310507434212426
Binary100111111110010110110111000101011110011100010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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