#091A50

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

Shades of Sapphire #091A50

Tints of Sapphire #091A50

Color information

#091A50 (or 0x091A50) is unknown color: approx Sapphire. HEX triplet: 09, 1A and 50. RGB value is (9,26,80). Sum of RGB (Red+Green+Blue) = 9+26+80=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 80 (31.64% from 255 or 69.57% from 115); Max value from RGB is 80 - color contains mainly: blue. Hex color #091A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A50 is #F6E5AF. Grayscale: #1A1A1A. Windows color (decimal): -16180656 or 5249545. OLE color: 5249545.

HSL color Cylindrical-coordinate representation of color #091A50: hue angle of 225.63º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091A50 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB92680-
CMYK0.890.6700.69
HSL225.63º79.78%17.45%-
HSV(B)225.63º88.75%31.37%-
XYZ1.931.387.75-
YUV27.07157.87115.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 80 (31.64% from 255) = 69.57%
R=7.83%
G=22.61%
B=69.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal926800.890.6700.69225.6379.7817.45
Hex91A505943045e25011
Octal1132120131103010534212021
Binary1001110101010000101100110000110100010111100010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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