#09264D

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

Shades of Sapphire #09264D

Tints of Sapphire #09264D

Color information

#09264D (or 0x09264D) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 4D. RGB value is (9,38,77). Sum of RGB (Red+Green+Blue) = 9+38+77=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #09264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09264D is #F6D9B2. Grayscale: #212121. Windows color (decimal): -16177587 or 5056009. OLE color: 5056009.

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

Color convert

RGB93877-
CMYK0.880.5100.70
HSL214.41º79.07%16.86%-
HSV(B)214.41º88.31%30.2%-
XYZ2.151.987.29-
YUV33.78152.39110.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 77 (30.47% from 255) = 62.10%
R=7.26%
G=30.65%
B=62.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal938770.880.5100.70214.4179.0716.86
Hex9264D5833046d64f11
Octal114611513063010632611721
Binary1001100110100110110110001100110100011011010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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