#09234C

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

Shades of Sapphire #09234C

Tints of Sapphire #09234C

Color information

#09234C (or 0x09234C) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 4C. RGB value is (9,35,76). Sum of RGB (Red+Green+Blue) = 9+35+76=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #09234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09234C is #F6DCB3. Grayscale: #1F1F1F. Windows color (decimal): -16178356 or 4989705. OLE color: 4989705.

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

Color convert

RGB93576-
CMYK0.880.5400.70
HSL216.72º78.82%16.67%-
HSV(B)216.72º88.16%29.8%-
XYZ2.021.787.08-
YUV31.9152.89111.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.5%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 76 (30.08% from 255) = 63.33%
R=7.5%
G=29.17%
B=63.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal935760.880.5400.70216.7278.8216.67
Hex9234C5836046d94f11
Octal114311413066010633111721
Binary1001100011100110010110001101100100011011011001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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