#091E5A

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

Shades of Sapphire #091E5A

Tints of Sapphire #091E5A

Color information

#091E5A (or 0x091E5A) is unknown color: approx Sapphire. HEX triplet: 09, 1E and 5A. RGB value is (9,30,90). Sum of RGB (Red+Green+Blue) = 9+30+90=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #091E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E5A is #F6E1A5. Grayscale: #1E1E1E. Windows color (decimal): -16179622 or 5905929. OLE color: 5905929.

HSL color Cylindrical-coordinate representation of color #091E5A: hue angle of 224.44º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091E5A is Cyan = 0.9, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB93090-
CMYK0.90.6700.65
HSL224.44º81.82%19.41%-
HSV(B)224.44º90%35.29%-
XYZ2.421.729.88-
YUV30.56161.54112.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 30 (12.11% from 255) = 23.26%
BLUE value IS 90 (35.55% from 255) = 69.77%
R=6.98%
G=23.26%
B=69.77%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal930900.90.6700.65224.4481.8219.41
Hex91E5A5A43041e05213
Octal1136132132103010134012223
Binary1001111101011010101101010000110100000111100000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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