#091E7D

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

Shades of Sapphire #091E7D

Tints of Sapphire #091E7D

Color information

#091E7D (or 0x091E7D) is unknown color: approx Sapphire. HEX triplet: 09, 1E and 7D. RGB value is (9,30,125). Sum of RGB (Red+Green+Blue) = 9+30+125=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 125 (49.22% from 255 or 76.22% from 164); Max value from RGB is 125 - color contains mainly: blue. Hex color #091E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E7D is #F6E182. Grayscale: #222222. Windows color (decimal): -16179587 or 8199689. OLE color: 8199689.

HSL color Cylindrical-coordinate representation of color #091E7D: hue angle of 229.14º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091E7D is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB930125-
CMYK0.930.7600.51
HSL229.14º86.57%26.27%-
HSV(B)229.14º92.8%49.02%-
XYZ4.282.4719.65-
YUV34.55179.04109.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 125 (49.22% from 255) = 76.22%
R=5.49%
G=18.29%
B=76.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9301250.930.7600.51229.1486.5726.27
Hex91E7D5D4C033e5571a
Octal113617513511406334512732
Binary100111110111110110111011001100011001111100101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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