#090F52

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

Shades of Sapphire #090F52

Tints of Sapphire #090F52

Color information

#090F52 (or 0x090F52) is unknown color: approx Sapphire. HEX triplet: 09, 0F and 52. RGB value is (9,15,82). Sum of RGB (Red+Green+Blue) = 9+15+82=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 82 (32.42% from 255 or 77.36% from 106); Max value from RGB is 82 - color contains mainly: blue. Hex color #090F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090F52 is #F6F0AD. Grayscale: #141414. Windows color (decimal): -16183470 or 5377801. OLE color: 5377801.

HSL color Cylindrical-coordinate representation of color #090F52: hue angle of 235.07º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090F52 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB91582-
CMYK0.890.8200.68
HSL235.07º80.22%17.84%-
HSV(B)235.07º89.02%32.16%-
XYZ1.811.018.08-
YUV20.84162.51119.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 82 (32.42% from 255) = 77.36%
R=8.49%
G=14.15%
B=77.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal915820.890.8200.68235.0780.2217.84
Hex9F525952044eb5012
Octal1117122131122010435312022
Binary100111111010010101100110100100100010011101011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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