#193276

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

Shades of Sapphire #193276

Tints of Sapphire #193276

Color information

#193276 (or 0x193276) is unknown color: approx Sapphire. HEX triplet: 19, 32 and 76. RGB value is (25,50,118). Sum of RGB (Red+Green+Blue) = 25+50+118=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #193276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193276 is #E6CD89. Grayscale: #313131. Windows color (decimal): -15125898 or 7746073. OLE color: 7746073.

HSL color Cylindrical-coordinate representation of color #193276: hue angle of 223.87º 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 #193276 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2550118-
CMYK0.790.5800.54
HSL223.87º65.03%28.04%-
HSV(B)223.87º78.81%46.27%-
XYZ4.813.817.62-
YUV50.28166.22109.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 118 (46.48% from 255) = 61.14%
R=12.95%
G=25.91%
B=61.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25501180.790.5800.54223.8765.0328.04
Hex1932764F3A036e0411c
Octal31621661177206634010134
Binary1100111001011101101001111111010011011011100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193276; }

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

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

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

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

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

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

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

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