#193674

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

Shades of Sapphire #193674

Tints of Sapphire #193674

Color information

#193674 (or 0x193674) is unknown color: approx Sapphire. HEX triplet: 19, 36 and 74. RGB value is (25,54,116). Sum of RGB (Red+Green+Blue) = 25+54+116=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #193674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193674 is #E6C98B. Grayscale: #343434. Windows color (decimal): -15124876 or 7616025. OLE color: 7616025.

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

Color convert

RGB2554116-
CMYK0.780.5300.55
HSL220.88º64.54%27.65%-
HSV(B)220.88º78.45%45.49%-
XYZ4.874.1117.06-
YUV52.4163.89108.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 116 (45.70% from 255) = 59.49%
R=12.82%
G=27.69%
B=59.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25541160.780.5300.55220.8864.5427.65
Hex1936744E35037dd411c
Octal31661641166506733510134
Binary1100111011011101001001110110101011011111011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193674; }

 p { color: rgb(25,54,116); }

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

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

 a { background-color: rgb(25,54,116); }

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

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

 span { border-color: rgb(25,54,116); }

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