#09244C

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

Shades of Sapphire #09244C

Tints of Sapphire #09244C

Color information

#09244C (or 0x09244C) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 4C. RGB value is (9,36,76). Sum of RGB (Red+Green+Blue) = 9+36+76=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #09244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09244C is #F6DBB3. Grayscale: #202020. Windows color (decimal): -16178100 or 4989961. OLE color: 4989961.

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

Color convert

RGB93676-
CMYK0.880.5300.70
HSL215.82º78.82%16.67%-
HSV(B)215.82º88.16%29.8%-
XYZ2.051.847.09-
YUV32.49152.55111.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 76 (30.08% from 255) = 62.81%
R=7.44%
G=29.75%
B=62.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal936760.880.5300.70215.8278.8216.67
Hex9244C5835046d84f11
Octal114411413065010633011721
Binary1001100100100110010110001101010100011011011000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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