#09124F

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

Shades of Sapphire #09124F

Tints of Sapphire #09124F

Color information

#09124F (or 0x09124F) is unknown color: approx Sapphire. HEX triplet: 09, 12 and 4F. RGB value is (9,18,79). Sum of RGB (Red+Green+Blue) = 9+18+79=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 79 (31.25% from 255 or 74.53% from 106); Max value from RGB is 79 - color contains mainly: blue. Hex color #09124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09124F is #F6EDB0. Grayscale: #161616. Windows color (decimal): -16182705 or 5181961. OLE color: 5181961.

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

Color convert

RGB91879-
CMYK0.890.7700.69
HSL232.29º79.55%17.25%-
HSV(B)232.29º88.61%30.98%-
XYZ1.741.067.51-
YUV22.26160.02118.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 79 (31.25% from 255) = 74.53%
R=8.49%
G=16.98%
B=74.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal918790.890.7700.69232.2979.5517.25
Hex9124F594D045e85011
Octal1122117131115010535012021
Binary1001100101001111101100110011010100010111101000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09124F; }

 p { color: rgb(9,18,79); }

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

<style>
 a { background-color: #09124F; }

 a { background-color: rgb(9,18,79); }

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

<style>
 span { border-color: #09124F; }

 span { border-color: rgb(9,18,79); }

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