#092581

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

Shades of Sapphire #092581

Tints of Sapphire #092581

Color information

#092581 (or 0x092581) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 81. RGB value is (9,37,129). Sum of RGB (Red+Green+Blue) = 9+37+129=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 129 (50.78% from 255 or 73.71% from 175); Max value from RGB is 129 - color contains mainly: blue. Hex color #092581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092581 is #F6DA7E. Grayscale: #262626. Windows color (decimal): -16177791 or 8463625. OLE color: 8463625.

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

Color convert

RGB937129-
CMYK0.930.7100.49
HSL226º86.96%27.06%-
HSV(B)226º93.02%50.59%-
XYZ4.742.9721.09-
YUV39.12178.72106.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 129 (50.78% from 255) = 73.71%
R=5.14%
G=21.14%
B=73.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9371290.930.7100.4922686.9627.06
Hex925815D47031e2571b
Octal114520113510706134212733
Binary10011001011000000110111011000111011000111100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092581; }

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

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

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

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

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

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

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

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