#192E76

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

Shades of Sapphire #192E76

Tints of Sapphire #192E76

Color information

#192E76 (or 0x192E76) is unknown color: approx Sapphire. HEX triplet: 19, 2E and 76. RGB value is (25,46,118). Sum of RGB (Red+Green+Blue) = 25+46+118=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #192E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E76 is #E6D189. Grayscale: #2F2F2F. Windows color (decimal): -15126922 or 7745049. OLE color: 7745049.

HSL color Cylindrical-coordinate representation of color #192E76: hue angle of 226.45º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #192E76 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2546118-
CMYK0.790.6100.54
HSL226.45º65.03%28.04%-
HSV(B)226.45º78.81%46.27%-
XYZ4.653.4717.56-
YUV47.93167.54111.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 118 (46.48% from 255) = 62.43%
R=13.23%
G=24.34%
B=62.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25461180.790.6100.54226.4565.0328.04
Hex192E764F3D036e2411c
Octal31561661177506634210134
Binary1100110111011101101001111111101011011011100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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