#091E5E

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

Shades of Sapphire #091E5E

Tints of Sapphire #091E5E

Color information

#091E5E (or 0x091E5E) is unknown color: approx Sapphire. HEX triplet: 09, 1E and 5E. RGB value is (9,30,94). Sum of RGB (Red+Green+Blue) = 9+30+94=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #091E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E5E is #F6E1A1. Grayscale: #1E1E1E. Windows color (decimal): -16179618 or 6168073. OLE color: 6168073.

HSL color Cylindrical-coordinate representation of color #091E5E: hue angle of 225.18º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091E5E is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB93094-
CMYK0.900.6800.63
HSL225.18º82.52%20.2%-
HSV(B)225.18º90.43%36.86%-
XYZ2.61.7910.8-
YUV31.02163.54112.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 94 (37.11% from 255) = 70.68%
R=6.77%
G=22.56%
B=70.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal930940.900.6800.63225.1882.5220.2
Hex91E5E5A4403Fe15314
Octal113613613210407734112324
Binary100111110101111010110101000100011111111100001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,30,94); }

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

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

 a { background-color: rgb(9,30,94); }

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

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

 span { border-color: rgb(9,30,94); }

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