#09194C

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

Shades of Sapphire #09194C

Tints of Sapphire #09194C

Color information

#09194C (or 0x09194C) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 4C. RGB value is (9,25,76). Sum of RGB (Red+Green+Blue) = 9+25+76=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 76 (30.08% from 255 or 69.09% from 110); Max value from RGB is 76 - color contains mainly: blue. Hex color #09194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09194C is #F6E6B3. Grayscale: #191919. Windows color (decimal): -16180916 or 4987145. OLE color: 4987145.

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

Color convert

RGB92576-
CMYK0.880.6700.70
HSL225.67º78.82%16.67%-
HSV(B)225.67º88.16%29.8%-
XYZ1.761.286.99-
YUV26.03156.2115.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 76 (30.08% from 255) = 69.09%
R=8.18%
G=22.73%
B=69.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal925760.880.6700.70225.6778.8216.67
Hex9194C5843046e24f11
Octal1131114130103010634211721
Binary1001110011001100101100010000110100011011100010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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