#092981

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

Shades of Sapphire #092981

Tints of Sapphire #092981

Color information

#092981 (or 0x092981) is unknown color: approx Sapphire. HEX triplet: 09, 29 and 81. RGB value is (9,41,129). Sum of RGB (Red+Green+Blue) = 9+41+129=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 129 (50.78% from 255 or 72.07% from 179); Max value from RGB is 129 - color contains mainly: blue. Hex color #092981 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092981 is #F6D67E. Grayscale: #292929. Windows color (decimal): -16176767 or 8464649. OLE color: 8464649.

HSL color Cylindrical-coordinate representation of color #092981: hue angle of 224º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092981 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB941129-
CMYK0.930.6800.49
HSL224º86.96%27.06%-
HSV(B)224º93.02%50.59%-
XYZ4.873.2321.14-
YUV41.46177.4104.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 129 (50.78% from 255) = 72.07%
R=5.03%
G=22.91%
B=72.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9411290.930.6800.4922486.9627.06
Hex929815D44031e0571b
Octal115120113510406134012733
Binary10011010011000000110111011000100011000111100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092981; }

 p { color: rgb(9,41,129); }

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

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

 a { background-color: rgb(9,41,129); }

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

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

 span { border-color: rgb(9,41,129); }

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