#193379

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

Shades of Sapphire #193379

Tints of Sapphire #193379

Color information

#193379 (or 0x193379) is unknown color: approx Sapphire. HEX triplet: 19, 33 and 79. RGB value is (25,51,121). Sum of RGB (Red+Green+Blue) = 25+51+121=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #193379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193379 is #E6CC86. Grayscale: #323232. Windows color (decimal): -15125639 or 7942937. OLE color: 7942937.

HSL color Cylindrical-coordinate representation of color #193379: hue angle of 223.75º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193379 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2551121-
CMYK0.790.5800.53
HSL223.75º65.75%28.63%-
HSV(B)223.75º79.34%47.45%-
XYZ5.043.9518.59-
YUV51.21167.39109.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 121 (47.66% from 255) = 61.42%
R=12.69%
G=25.89%
B=61.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25511210.790.5800.53223.7565.7528.63
Hex1933794F3A035e0421d
Octal31631711177206534010235
Binary1100111001111110011001111111010011010111100000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193379; }

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

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

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

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

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

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

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

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