#193577

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

Shades of Sapphire #193577

Tints of Sapphire #193577

Color information

#193577 (or 0x193577) is unknown color: approx Sapphire. HEX triplet: 19, 35 and 77. RGB value is (25,53,119). Sum of RGB (Red+Green+Blue) = 25+53+119=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #193577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193577 is #E6CA88. Grayscale: #333333. Windows color (decimal): -15125129 or 7812377. OLE color: 7812377.

HSL color Cylindrical-coordinate representation of color #193577: hue angle of 222.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193577 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2553119-
CMYK0.790.5500.53
HSL222.13º65.28%28.24%-
HSV(B)222.13º78.99%46.67%-
XYZ54.0817.98-
YUV52.15165.72108.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 119 (46.88% from 255) = 60.41%
R=12.69%
G=26.90%
B=60.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25531190.790.5500.53222.1365.2828.24
Hex1935774F37035de411c
Octal31651671176706533610134
Binary1100111010111101111001111110111011010111011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193577; }

 p { color: rgb(25,53,119); }

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

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

 a { background-color: rgb(25,53,119); }

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

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

 span { border-color: rgb(25,53,119); }

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