#091A66

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

Shades of Sapphire #091A66

Tints of Sapphire #091A66

Color information

#091A66 (or 0x091A66) is unknown color: approx Sapphire. HEX triplet: 09, 1A and 66. RGB value is (9,26,102). Sum of RGB (Red+Green+Blue) = 9+26+102=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #091A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A66 is #F6E599. Grayscale: #1D1D1D. Windows color (decimal): -16180634 or 6691337. OLE color: 6691337.

HSL color Cylindrical-coordinate representation of color #091A66: hue angle of 229.03º 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 #091A66 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB926102-
CMYK0.910.7500.6
HSL229.03º83.78%21.76%-
HSV(B)229.03º91.18%40%-
XYZ2.881.7612.76-
YUV29.58168.87113.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 102 (40.23% from 255) = 74.45%
R=6.57%
G=18.98%
B=74.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9261020.910.7500.6229.0383.7821.76
Hex91A665B4B03Ce55416
Octal113214613311307434512426
Binary100111010110011010110111001011011110011100101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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