#09154C

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

Shades of Sapphire #09154C

Tints of Sapphire #09154C

Color information

#09154C (or 0x09154C) is unknown color: approx Sapphire. HEX triplet: 09, 15 and 4C. RGB value is (9,21,76). Sum of RGB (Red+Green+Blue) = 9+21+76=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 76 (30.08% from 255 or 71.70% from 106); Max value from RGB is 76 - color contains mainly: blue. Hex color #09154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09154C is #F6EAB3. Grayscale: #171717. Windows color (decimal): -16181940 or 4986121. OLE color: 4986121.

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

Color convert

RGB92176-
CMYK0.880.7200.70
HSL229.25º78.82%16.67%-
HSV(B)229.25º88.16%29.8%-
XYZ1.691.126.96-
YUV23.68157.52117.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 76 (30.08% from 255) = 71.70%
R=8.49%
G=19.81%
B=71.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal921760.880.7200.70229.2578.8216.67
Hex9154C5848046e54f11
Octal1125114130110010634511721
Binary1001101011001100101100010010000100011011100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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