#193673

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

Shades of Sapphire #193673

Tints of Sapphire #193673

Color information

#193673 (or 0x193673) is unknown color: approx Sapphire. HEX triplet: 19, 36 and 73. RGB value is (25,54,115). Sum of RGB (Red+Green+Blue) = 25+54+115=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #193673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193673 is #E6C98C. Grayscale: #343434. Windows color (decimal): -15124877 or 7550489. OLE color: 7550489.

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

Color convert

RGB2554115-
CMYK0.780.5300.55
HSL220.67º64.29%27.45%-
HSV(B)220.67º78.26%45.1%-
XYZ4.814.0816.75-
YUV52.28163.39108.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 54 (21.48% from 255) = 27.84%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=12.89%
G=27.84%
B=59.28%

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
Decimal25541150.780.5300.55220.6764.2927.45
Hex1936734E35037dd401b
Octal31661631166506733510033
Binary1100111011011100111001110110101011011111011101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193673; }

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

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

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

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

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

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

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

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