#193076

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

Shades of Sapphire #193076

Tints of Sapphire #193076

Color information

#193076 (or 0x193076) is unknown color: approx Sapphire. HEX triplet: 19, 30 and 76. RGB value is (25,48,118). Sum of RGB (Red+Green+Blue) = 25+48+118=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #193076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193076 is #E6CF89. Grayscale: #303030. Windows color (decimal): -15126410 or 7745561. OLE color: 7745561.

HSL color Cylindrical-coordinate representation of color #193076: hue angle of 225.16º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193076 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2548118-
CMYK0.790.5900.54
HSL225.16º65.03%28.04%-
HSV(B)225.16º78.81%46.27%-
XYZ4.733.6317.59-
YUV49.1166.88110.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 118 (46.48% from 255) = 61.78%
R=13.09%
G=25.13%
B=61.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25481180.790.5900.54225.1665.0328.04
Hex1930764F3B036e1411c
Octal31601661177306634110134
Binary1100111000011101101001111111011011011011100001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193076; }

 p { color: rgb(25,48,118); }

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

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

 a { background-color: rgb(25,48,118); }

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

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

 span { border-color: rgb(25,48,118); }

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