#091251

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

Shades of Sapphire #091251

Tints of Sapphire #091251

Color information

#091251 (or 0x091251) is unknown color: approx Sapphire. HEX triplet: 09, 12 and 51. RGB value is (9,18,81). Sum of RGB (Red+Green+Blue) = 9+18+81=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 81 (32.03% from 255 or 75% from 108); Max value from RGB is 81 - color contains mainly: blue. Hex color #091251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091251 is #F6EDAE. Grayscale: #161616. Windows color (decimal): -16182703 or 5313033. OLE color: 5313033.

HSL color Cylindrical-coordinate representation of color #091251: hue angle of 232.5º 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 #091251 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB91881-
CMYK0.890.7800.68
HSL232.5º80%17.65%-
HSV(B)232.5º88.89%31.76%-
XYZ1.811.087.9-
YUV22.49161.02118.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 81 (32.03% from 255) = 75%
R=8.33%
G=16.67%
B=75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal918810.890.7800.68232.58017.65
Hex91251594E044e85012
Octal1122121131116010435012022
Binary1001100101010001101100110011100100010011101000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091251; }

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

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

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

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

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

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

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

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