#193369

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

Shades of Sapphire #193369

Tints of Sapphire #193369

Color information

#193369 (or 0x193369) is unknown color: approx Sapphire. HEX triplet: 19, 33 and 69. RGB value is (25,51,105). Sum of RGB (Red+Green+Blue) = 25+51+105=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #193369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193369 is #E6CC96. Grayscale: #313131. Windows color (decimal): -15125655 or 6894361. OLE color: 6894361.

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

Color convert

RGB2551105-
CMYK0.760.5100.59
HSL220.5º61.54%25.49%-
HSV(B)220.5º76.19%41.18%-
XYZ4.133.5913.84-
YUV49.38159.39110.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 105 (41.41% from 255) = 58.01%
R=13.81%
G=28.18%
B=58.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25511050.760.5100.59220.561.5425.49
Hex1933694C3303Bdc3e19
Octal3163151114630733347631
Binary110011100111101001100110011001101110111101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193369; }

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

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

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

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

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

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

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

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