#193376

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

Shades of Sapphire #193376

Tints of Sapphire #193376

Color information

#193376 (or 0x193376) is unknown color: approx Sapphire. HEX triplet: 19, 33 and 76. RGB value is (25,51,118). Sum of RGB (Red+Green+Blue) = 25+51+118=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #193376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193376 is #E6CC89. Grayscale: #323232. Windows color (decimal): -15125642 or 7746329. OLE color: 7746329.

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

Color convert

RGB2551118-
CMYK0.790.5700.54
HSL223.23º65.03%28.04%-
HSV(B)223.23º78.81%46.27%-
XYZ4.853.8817.63-
YUV50.86165.89109.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 118 (46.48% from 255) = 60.82%
R=12.89%
G=26.29%
B=60.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25511180.790.5700.54223.2365.0328.04
Hex1933764F39036df411c
Octal31631661177106633710134
Binary1100111001111101101001111111001011011011011111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193376; }

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

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

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

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

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

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

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

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