#091F7A

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

Shades of Sapphire #091F7A

Tints of Sapphire #091F7A

Color information

#091F7A (or 0x091F7A) is unknown color: approx Sapphire. HEX triplet: 09, 1F and 7A. RGB value is (9,31,122). Sum of RGB (Red+Green+Blue) = 9+31+122=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 122 (48.05% from 255 or 75.31% from 162); Max value from RGB is 122 - color contains mainly: blue. Hex color #091F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091F7A is #F6E085. Grayscale: #222222. Windows color (decimal): -16179334 or 8003337. OLE color: 8003337.

HSL color Cylindrical-coordinate representation of color #091F7A: hue angle of 228.32º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091F7A is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB931122-
CMYK0.930.7500.52
HSL228.32º86.26%25.69%-
HSV(B)228.32º92.62%47.84%-
XYZ4.122.4418.67-
YUV34.8177.21109.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 122 (48.05% from 255) = 75.31%
R=5.56%
G=19.14%
B=75.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9311220.930.7500.52228.3286.2625.69
Hex91F7A5D4B034e4561a
Octal113717213511306434412632
Binary100111111111101010111011001011011010011100100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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