#193072

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

Shades of Sapphire #193072

Tints of Sapphire #193072

Color information

#193072 (or 0x193072) is unknown color: approx Sapphire. HEX triplet: 19, 30 and 72. RGB value is (25,48,114). Sum of RGB (Red+Green+Blue) = 25+48+114=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #193072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193072 is #E6CF8D. Grayscale: #303030. Windows color (decimal): -15126414 or 7483417. OLE color: 7483417.

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

Color convert

RGB2548114-
CMYK0.780.5800.55
HSL224.49º64.03%27.25%-
HSV(B)224.49º78.07%44.71%-
XYZ4.53.5416.37-
YUV48.65164.88111.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 114 (44.92% from 255) = 60.96%
R=13.37%
G=25.67%
B=60.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25481140.780.5800.55224.4964.0327.25
Hex1930724E3A037e0401b
Octal31601621167206734010033
Binary1100111000011100101001110111010011011111100000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193072; }

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

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

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

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

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

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

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

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