#091E66

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

Shades of Sapphire #091E66

Tints of Sapphire #091E66

Color information

#091E66 (or 0x091E66) is unknown color: approx Sapphire. HEX triplet: 09, 1E and 66. RGB value is (9,30,102). Sum of RGB (Red+Green+Blue) = 9+30+102=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #091E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E66 is #F6E199. Grayscale: #1F1F1F. Windows color (decimal): -16179610 or 6692361. OLE color: 6692361.

HSL color Cylindrical-coordinate representation of color #091E66: hue angle of 226.45º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091E66 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB930102-
CMYK0.910.7100.6
HSL226.45º83.78%21.76%-
HSV(B)226.45º91.18%40%-
XYZ2.981.9512.79-
YUV31.93167.54111.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 102 (40.23% from 255) = 72.34%
R=6.38%
G=21.28%
B=72.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9301020.910.7100.6226.4583.7821.76
Hex91E665B4703Ce25416
Octal113614613310707434212426
Binary100111110110011010110111000111011110011100010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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