#193068

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

Shades of Sapphire #193068

Tints of Sapphire #193068

Color information

#193068 (or 0x193068) is unknown color: approx Sapphire. HEX triplet: 19, 30 and 68. RGB value is (25,48,104). Sum of RGB (Red+Green+Blue) = 25+48+104=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #193068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193068 is #E6CF97. Grayscale: #2F2F2F. Windows color (decimal): -15126424 or 6828057. OLE color: 6828057.

HSL color Cylindrical-coordinate representation of color #193068: hue angle of 222.53º 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 #193068 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2548104-
CMYK0.760.5400.59
HSL222.53º61.24%25.29%-
HSV(B)222.53º75.96%40.78%-
XYZ3.963.3213.53-
YUV47.51159.88111.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 48 (19.14% from 255) = 27.12%
BLUE value IS 104 (41.02% from 255) = 58.76%
R=14.12%
G=27.12%
B=58.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25481040.760.5400.59222.5361.2425.29
Hex1930684C3603Bdf3d19
Octal3160150114660733377531
Binary110011100001101000100110011011001110111101111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193068; }

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

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

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

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

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

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

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

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