#192E71

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

Shades of Sapphire #192E71

Tints of Sapphire #192E71

Color information

#192E71 (or 0x192E71) is unknown color: approx Sapphire. HEX triplet: 19, 2E and 71. RGB value is (25,46,113). Sum of RGB (Red+Green+Blue) = 25+46+113=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #192E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E71 is #E6D18E. Grayscale: #2F2F2F. Windows color (decimal): -15126927 or 7417369. OLE color: 7417369.

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

Color convert

RGB2546113-
CMYK0.780.5900.56
HSL225.68º63.77%27.06%-
HSV(B)225.68º77.88%44.31%-
XYZ4.363.3516.04-
YUV47.36165.04112.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.59%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 61.41%
R=13.59%
G=25%
B=61.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25461130.780.5900.56225.6863.7727.06
Hex192E714E3B038e2401b
Octal31561611167307034210033
Binary1100110111011100011001110111011011100011100010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,46,113); }

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

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

 a { background-color: rgb(25,46,113); }

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

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

 span { border-color: rgb(25,46,113); }

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