#193270

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

Shades of Sapphire #193270

Tints of Sapphire #193270

Color information

#193270 (or 0x193270) is unknown color: approx Sapphire. HEX triplet: 19, 32 and 70. RGB value is (25,50,112). Sum of RGB (Red+Green+Blue) = 25+50+112=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #193270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193270 is #E6CD8F. Grayscale: #313131. Windows color (decimal): -15125904 or 7352857. OLE color: 7352857.

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

Color convert

RGB2550112-
CMYK0.780.5500.56
HSL222.76º63.5%26.86%-
HSV(B)222.76º77.68%43.92%-
XYZ4.473.6615.8-
YUV49.59163.22110.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 112 (44.14% from 255) = 59.89%
R=13.37%
G=26.74%
B=59.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25501120.780.5500.56222.7663.526.86
Hex1932704E37038df401b
Octal31621601166707033710033
Binary1100111001011100001001110110111011100011011111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193270; }

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

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

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

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

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

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

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

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