#09257F

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

Shades of Sapphire #09257F

Tints of Sapphire #09257F

Color information

#09257F (or 0x09257F) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 7F. RGB value is (9,37,127). Sum of RGB (Red+Green+Blue) = 9+37+127=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #09257F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09257F is #F6DA80. Grayscale: #262626. Windows color (decimal): -16177793 or 8332553. OLE color: 8332553.

HSL color Cylindrical-coordinate representation of color #09257F: hue angle of 225.76º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09257F is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB937127-
CMYK0.930.7100.50
HSL225.76º86.76%26.67%-
HSV(B)225.76º92.91%49.8%-
XYZ4.62.9120.4-
YUV38.89177.72106.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 127 (50% from 255) = 73.41%
R=5.20%
G=21.39%
B=73.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9371270.930.7100.50225.7686.7626.67
Hex9257F5D47032e2571b
Octal114517713510706234212733
Binary1001100101111111110111011000111011001011100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09257F; }

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

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

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

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

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

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

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

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