#193375

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

Shades of Sapphire #193375

Tints of Sapphire #193375

Color information

#193375 (or 0x193375) is unknown color: approx Sapphire. HEX triplet: 19, 33 and 75. RGB value is (25,51,117). Sum of RGB (Red+Green+Blue) = 25+51+117=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #193375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193375 is #E6CC8A. Grayscale: #323232. Windows color (decimal): -15125643 or 7680793. OLE color: 7680793.

HSL color Cylindrical-coordinate representation of color #193375: hue angle of 223.04º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193375 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2551117-
CMYK0.790.5600.54
HSL223.04º64.79%27.84%-
HSV(B)223.04º78.63%45.88%-
XYZ4.83.8617.32-
YUV50.75165.39109.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 117 (46.09% from 255) = 60.62%
R=12.95%
G=26.42%
B=60.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25511170.790.5600.54223.0464.7927.84
Hex1933754F38036df411c
Octal31631651177006633710134
Binary1100111001111101011001111111000011011011011111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193375; }

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

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

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

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

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

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

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

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