#193372

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

Shades of Sapphire #193372

Tints of Sapphire #193372

Color information

#193372 (or 0x193372) is unknown color: approx Sapphire. HEX triplet: 19, 33 and 72. RGB value is (25,51,114). Sum of RGB (Red+Green+Blue) = 25+51+114=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #193372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193372 is #E6CC8D. Grayscale: #323232. Windows color (decimal): -15125646 or 7484185. OLE color: 7484185.

HSL color Cylindrical-coordinate representation of color #193372: hue angle of 222.47º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193372 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2551114-
CMYK0.780.5500.55
HSL222.47º64.03%27.25%-
HSV(B)222.47º78.07%44.71%-
XYZ4.623.7916.41-
YUV50.41163.89109.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 114 (44.92% from 255) = 60%
R=13.16%
G=26.84%
B=60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25511140.780.5500.55222.4764.0327.25
Hex1933724E37037de401b
Octal31631621166706733610033
Binary1100111001111100101001110110111011011111011110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193372; }

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

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

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

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

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

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

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

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