#092481

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

Shades of Sapphire #092481

Tints of Sapphire #092481

Color information

#092481 (or 0x092481) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 81. RGB value is (9,36,129). Sum of RGB (Red+Green+Blue) = 9+36+129=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 129 (50.78% from 255 or 74.14% from 174); Max value from RGB is 129 - color contains mainly: blue. Hex color #092481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092481 is #F6DB7E. Grayscale: #262626. Windows color (decimal): -16178047 or 8463369. OLE color: 8463369.

HSL color Cylindrical-coordinate representation of color #092481: hue angle of 226.5º 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 #092481 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB936129-
CMYK0.930.7200.49
HSL226.5º86.96%27.06%-
HSV(B)226.5º93.02%50.59%-
XYZ4.712.921.08-
YUV38.53179.05106.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 129 (50.78% from 255) = 74.14%
R=5.17%
G=20.69%
B=74.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9361290.930.7200.49226.586.9627.06
Hex924815D48031e2571b
Octal114420113511006134212733
Binary10011001001000000110111011001000011000111100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092481; }

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

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

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

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

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

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

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

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