#193472

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

Shades of Sapphire #193472

Tints of Sapphire #193472

Color information

#193472 (or 0x193472) is unknown color: approx Sapphire. HEX triplet: 19, 34 and 72. RGB value is (25,52,114). Sum of RGB (Red+Green+Blue) = 25+52+114=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #193472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193472 is #E6CB8D. Grayscale: #323232. Windows color (decimal): -15125390 or 7484441. OLE color: 7484441.

HSL color Cylindrical-coordinate representation of color #193472: hue angle of 221.8º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193472 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2552114-
CMYK0.780.5400.55
HSL221.8º64.03%27.25%-
HSV(B)221.8º78.07%44.71%-
XYZ4.673.8816.42-
YUV51163.55109.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=13.09%
G=27.23%
B=59.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25521140.780.5400.55221.864.0327.25
Hex1934724E36037de401b
Octal31641621166606733610033
Binary1100111010011100101001110110110011011111011110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193472; }

 p { color: rgb(25,52,114); }

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

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

 a { background-color: rgb(25,52,114); }

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

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

 span { border-color: rgb(25,52,114); }

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