#192D72

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

Shades of Sapphire #192D72

Tints of Sapphire #192D72

Color information

#192D72 (or 0x192D72) is unknown color: approx Sapphire. HEX triplet: 19, 2D and 72. RGB value is (25,45,114). Sum of RGB (Red+Green+Blue) = 25+45+114=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #192D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D72 is #E6D28D. Grayscale: #2E2E2E. Windows color (decimal): -15127182 or 7482649. OLE color: 7482649.

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

Color convert

RGB2545114-
CMYK0.780.6100.55
HSL226.52º64.03%27.25%-
HSV(B)226.52º78.07%44.71%-
XYZ4.383.316.33-
YUV46.89165.87112.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.59%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 114 (44.92% from 255) = 61.96%
R=13.59%
G=24.46%
B=61.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25451140.780.6100.55226.5264.0327.25
Hex192D724E3D037e3401b
Octal31551621167506734310033
Binary1100110110111100101001110111101011011111100011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192D72; }

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

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

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

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

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

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

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

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