#09264C

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

Shades of Sapphire #09264C

Tints of Sapphire #09264C

Color information

#09264C (or 0x09264C) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 4C. RGB value is (9,38,76). Sum of RGB (Red+Green+Blue) = 9+38+76=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #09264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09264C is #F6D9B3. Grayscale: #212121. Windows color (decimal): -16177588 or 4990473. OLE color: 4990473.

HSL color Cylindrical-coordinate representation of color #09264C: hue angle of 214.03º 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 #09264C is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB93876-
CMYK0.880.500.70
HSL214.03º78.82%16.67%-
HSV(B)214.03º88.16%29.8%-
XYZ2.111.977.11-
YUV33.66151.89110.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 76 (30.08% from 255) = 61.79%
R=7.32%
G=30.89%
B=61.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal938760.880.500.70214.0378.8216.67
Hex9264C5832046d64f11
Octal114611413062010632611721
Binary1001100110100110010110001100100100011011010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09264C; }

 p { color: rgb(9,38,76); }

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

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

 a { background-color: rgb(9,38,76); }

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

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

 span { border-color: rgb(9,38,76); }

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