#091F6A

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

Shades of Sapphire #091F6A

Tints of Sapphire #091F6A

Color information

#091F6A (or 0x091F6A) is unknown color: approx Sapphire. HEX triplet: 09, 1F and 6A. RGB value is (9,31,106). Sum of RGB (Red+Green+Blue) = 9+31+106=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 106 (41.80% from 255 or 72.60% from 146); Max value from RGB is 106 - color contains mainly: blue. Hex color #091F6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F6A is #F6E095. Grayscale: #202020. Windows color (decimal): -16179350 or 6954761. OLE color: 6954761.

HSL color Cylindrical-coordinate representation of color #091F6A: hue angle of 226.39º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091F6A is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB931106-
CMYK0.920.7100.58
HSL226.39º84.35%22.55%-
HSV(B)226.39º91.51%41.57%-
XYZ3.22.0813.87-
YUV32.97169.21110.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 106 (41.80% from 255) = 72.60%
R=6.16%
G=21.23%
B=72.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9311060.920.7100.58226.3984.3522.55
Hex91F6A5C4703Ae25417
Octal113715213410707234212427
Binary100111111110101010111001000111011101011100010101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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