#09254D

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

Shades of Sapphire #09254D

Tints of Sapphire #09254D

Color information

#09254D (or 0x09254D) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 4D. RGB value is (9,37,77). Sum of RGB (Red+Green+Blue) = 9+37+77=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #09254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09254D is #F6DAB2. Grayscale: #212121. Windows color (decimal): -16177843 or 5055753. OLE color: 5055753.

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

Color convert

RGB93777-
CMYK0.880.5200.70
HSL215.29º79.07%16.86%-
HSV(B)215.29º88.31%30.2%-
XYZ2.111.927.28-
YUV33.19152.72110.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 77 (30.47% from 255) = 62.60%
R=7.32%
G=30.08%
B=62.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal937770.880.5200.70215.2979.0716.86
Hex9254D5834046d74f11
Octal114511513064010632711721
Binary1001100101100110110110001101000100011011010111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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