#193069

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

Shades of Sapphire #193069

Tints of Sapphire #193069

Color information

#193069 (or 0x193069) is unknown color: approx Sapphire. HEX triplet: 19, 30 and 69. RGB value is (25,48,105). Sum of RGB (Red+Green+Blue) = 25+48+105=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #193069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193069 is #E6CF96. Grayscale: #2F2F2F. Windows color (decimal): -15126423 or 6893593. OLE color: 6893593.

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

Color convert

RGB2548105-
CMYK0.760.5400.59
HSL222.75º61.54%25.49%-
HSV(B)222.75º76.19%41.18%-
XYZ4.013.3413.8-
YUV47.62160.38111.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 105 (41.41% from 255) = 58.99%
R=14.04%
G=26.97%
B=58.99%

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
Decimal25481050.760.5400.59222.7561.5425.49
Hex1930694C3603Bdf3e19
Octal3160151114660733377631
Binary110011100001101001100110011011001110111101111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193069; }

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

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

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

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

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

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

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

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