#193061

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

Shades of Sapphire #193061

Tints of Sapphire #193061

Color information

#193061 (or 0x193061) is unknown color: approx Sapphire. HEX triplet: 19, 30 and 61. RGB value is (25,48,97). Sum of RGB (Red+Green+Blue) = 25+48+97=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #193061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193061 is #E6CF9E. Grayscale: #2E2E2E. Windows color (decimal): -15126431 or 6369305. OLE color: 6369305.

HSL color Cylindrical-coordinate representation of color #193061: hue angle of 220.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193061 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB254897-
CMYK0.740.5100.62
HSL220.83º59.02%23.92%-
HSV(B)220.83º74.23%38.04%-
XYZ3.623.1811.73-
YUV46.71156.38112.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.71%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=14.71%
G=28.24%
B=57.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2548970.740.5100.62220.8359.0223.92
Hex1930614A3303Edd3b18
Octal3160141112630763357330
Binary110011100001100001100101011001101111101101110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193061; }

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

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

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

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

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

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

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

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