#193071

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

Shades of Sapphire #193071

Tints of Sapphire #193071

Color information

#193071 (or 0x193071) is unknown color: approx Sapphire. HEX triplet: 19, 30 and 71. RGB value is (25,48,113). Sum of RGB (Red+Green+Blue) = 25+48+113=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #193071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193071 is #E6CF8E. Grayscale: #303030. Windows color (decimal): -15126415 or 7417881. OLE color: 7417881.

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

Color convert

RGB2548113-
CMYK0.780.5800.56
HSL224.32º63.77%27.06%-
HSV(B)224.32º77.88%44.31%-
XYZ4.443.5116.07-
YUV48.53164.38111.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 113 (44.53% from 255) = 60.75%
R=13.44%
G=25.81%
B=60.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25481130.780.5800.56224.3263.7727.06
Hex1930714E3A038e0401b
Octal31601611167207034010033
Binary1100111000011100011001110111010011100011100000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193071; }

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

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

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

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

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

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

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

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