#193268

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

Shades of Sapphire #193268

Tints of Sapphire #193268

Color information

#193268 (or 0x193268) is unknown color: approx Sapphire. HEX triplet: 19, 32 and 68. RGB value is (25,50,104). Sum of RGB (Red+Green+Blue) = 25+50+104=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #193268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193268 is #E6CD97. Grayscale: #303030. Windows color (decimal): -15125912 or 6828569. OLE color: 6828569.

HSL color Cylindrical-coordinate representation of color #193268: hue angle of 221.01º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193268 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2550104-
CMYK0.760.5200.59
HSL221.01º61.24%25.29%-
HSV(B)221.01º75.96%40.78%-
XYZ4.043.4913.56-
YUV48.68159.22111.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 104 (41.02% from 255) = 58.10%
R=13.97%
G=27.93%
B=58.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25501040.760.5200.59221.0161.2425.29
Hex1932684C3403Bdd3d19
Octal3162150114640733357531
Binary110011100101101000100110011010001110111101110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193268; }

 p { color: rgb(25,50,104); }

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

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

 a { background-color: rgb(25,50,104); }

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

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

 span { border-color: rgb(25,50,104); }

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