#090F50

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

Shades of Sapphire #090F50

Tints of Sapphire #090F50

Color information

#090F50 (or 0x090F50) is unknown color: approx Sapphire. HEX triplet: 09, 0F and 50. RGB value is (9,15,80). Sum of RGB (Red+Green+Blue) = 9+15+80=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 80 (31.64% from 255 or 76.92% from 104); Max value from RGB is 80 - color contains mainly: blue. Hex color #090F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090F50 is #F6F0AF. Grayscale: #141414. Windows color (decimal): -16183472 or 5246729. OLE color: 5246729.

HSL color Cylindrical-coordinate representation of color #090F50: hue angle of 234.93º 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 #090F50 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB91580-
CMYK0.890.8100.69
HSL234.93º79.78%17.45%-
HSV(B)234.93º88.75%31.37%-
XYZ1.730.987.69-
YUV20.62161.51119.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 15 (6.25% from 255) = 14.42%
BLUE value IS 80 (31.64% from 255) = 76.92%
R=8.65%
G=14.42%
B=76.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal915800.890.8100.69234.9379.7817.45
Hex9F505951045eb5011
Octal1117120131121010535312021
Binary100111111010000101100110100010100010111101011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090F50; }

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

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

<style>
 a { background-color: #090F50; }

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

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

<style>
 span { border-color: #090F50; }

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

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