#193272

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

Shades of Sapphire #193272

Tints of Sapphire #193272

Color information

#193272 (or 0x193272) is unknown color: approx Sapphire. HEX triplet: 19, 32 and 72. RGB value is (25,50,114). Sum of RGB (Red+Green+Blue) = 25+50+114=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #193272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193272 is #E6CD8D. Grayscale: #313131. Windows color (decimal): -15125902 or 7483929. OLE color: 7483929.

HSL color Cylindrical-coordinate representation of color #193272: hue angle of 223.15º 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 #193272 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2550114-
CMYK0.780.5600.55
HSL223.15º64.03%27.25%-
HSV(B)223.15º78.07%44.71%-
XYZ4.583.716.39-
YUV49.82164.22110.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 114 (44.92% from 255) = 60.32%
R=13.23%
G=26.46%
B=60.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25501140.780.5600.55223.1564.0327.25
Hex1932724E38037df401b
Octal31621621167006733710033
Binary1100111001011100101001110111000011011111011111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193272; }

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

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

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

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

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

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

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

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