#091E5F

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

Shades of Sapphire #091E5F

Tints of Sapphire #091E5F

Color information

#091E5F (or 0x091E5F) is unknown color: approx Sapphire. HEX triplet: 09, 1E and 5F. RGB value is (9,30,95). Sum of RGB (Red+Green+Blue) = 9+30+95=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #091E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E5F is #F6E1A0. Grayscale: #1E1E1E. Windows color (decimal): -16179617 or 6233609. OLE color: 6233609.

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

Color convert

RGB93095-
CMYK0.910.6800.63
HSL225.35º82.69%20.39%-
HSV(B)225.35º90.53%37.25%-
XYZ2.641.8111.04-
YUV31.13164.04112.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.72%
GREEN value IS 30 (12.11% from 255) = 22.39%
BLUE value IS 95 (37.5% from 255) = 70.90%
R=6.72%
G=22.39%
B=70.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal930950.910.6800.63225.3582.6920.39
Hex91E5F5B4403Fe15314
Octal113613713310407734112324
Binary100111110101111110110111000100011111111100001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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