#09254E

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

Shades of Sapphire #09254E

Tints of Sapphire #09254E

Color information

#09254E (or 0x09254E) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 4E. RGB value is (9,37,78). Sum of RGB (Red+Green+Blue) = 9+37+78=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #09254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09254E is #F6DAB1. Grayscale: #212121. Windows color (decimal): -16177842 or 5121289. OLE color: 5121289.

HSL color Cylindrical-coordinate representation of color #09254E: hue angle of 215.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09254E is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB93778-
CMYK0.880.5300.69
HSL215.65º79.31%17.06%-
HSV(B)215.65º88.46%30.59%-
XYZ2.151.937.47-
YUV33.3153.22110.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 78 (30.86% from 255) = 62.90%
R=7.26%
G=29.84%
B=62.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal937780.880.5300.69215.6579.3117.06
Hex9254E5835045d84f11
Octal114511613065010533011721
Binary1001100101100111010110001101010100010111011000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09254E; }

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

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

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

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

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

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

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

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