#092151

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

Shades of Sapphire #092151

Tints of Sapphire #092151

Color information

#092151 (or 0x092151) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 51. RGB value is (9,33,81). Sum of RGB (Red+Green+Blue) = 9+33+81=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #092151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092151 is #F6DEAE. Grayscale: #1F1F1F. Windows color (decimal): -16178863 or 5316873. OLE color: 5316873.

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

Color convert

RGB93381-
CMYK0.890.5900.68
HSL220º80%17.65%-
HSV(B)220º88.89%31.76%-
XYZ2.141.748.01-
YUV31.3156.05112.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 81 (32.03% from 255) = 65.85%
R=7.32%
G=26.83%
B=65.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal933810.890.5900.682208017.65
Hex92151593B044dc5012
Octal114112113173010433412022
Binary1001100001101000110110011110110100010011011100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092151; }

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

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

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

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

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

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

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

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