#193063

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

Shades of Sapphire #193063

Tints of Sapphire #193063

Color information

#193063 (or 0x193063) is unknown color: approx Sapphire. HEX triplet: 19, 30 and 63. RGB value is (25,48,99). Sum of RGB (Red+Green+Blue) = 25+48+99=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #193063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193063 is #E6CF9C. Grayscale: #2E2E2E. Windows color (decimal): -15126429 or 6500377. OLE color: 6500377.

HSL color Cylindrical-coordinate representation of color #193063: hue angle of 221.35º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193063 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB254899-
CMYK0.750.5200.61
HSL221.35º59.68%24.31%-
HSV(B)221.35º74.75%38.82%-
XYZ3.713.2212.23-
YUV46.94157.38112.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.53%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=14.53%
G=27.91%
B=57.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2548990.750.5200.61221.3559.6824.31
Hex1930634B3403Ddd3c18
Octal3160143113640753357430
Binary110011100001100011100101111010001111011101110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193063; }

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

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

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

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

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

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

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

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