#09184C

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

Shades of Sapphire #09184C

Tints of Sapphire #09184C

Color information

#09184C (or 0x09184C) is unknown color: approx Sapphire. HEX triplet: 09, 18 and 4C. RGB value is (9,24,76). Sum of RGB (Red+Green+Blue) = 9+24+76=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #09184C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09184C is #F6E7B3. Grayscale: #191919. Windows color (decimal): -16181172 or 4986889. OLE color: 4986889.

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

Color convert

RGB92476-
CMYK0.880.6800.70
HSL226.57º78.82%16.67%-
HSV(B)226.57º88.16%29.8%-
XYZ1.741.236.98-
YUV25.44156.53116.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 76 (30.08% from 255) = 69.72%
R=8.26%
G=22.02%
B=69.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal924760.880.6800.70226.5778.8216.67
Hex9184C5844046e34f11
Octal1130114130104010634311721
Binary1001110001001100101100010001000100011011100011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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