#192D76

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

Shades of Sapphire #192D76

Tints of Sapphire #192D76

Color information

#192D76 (or 0x192D76) is unknown color: approx Sapphire. HEX triplet: 19, 2D and 76. RGB value is (25,45,118). Sum of RGB (Red+Green+Blue) = 25+45+118=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #192D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D76 is #E6D289. Grayscale: #2F2F2F. Windows color (decimal): -15127178 or 7744793. OLE color: 7744793.

HSL color Cylindrical-coordinate representation of color #192D76: hue angle of 227.1º 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 #192D76 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2545118-
CMYK0.790.6200.54
HSL227.1º65.03%28.04%-
HSV(B)227.1º78.81%46.27%-
XYZ4.613.3917.55-
YUV47.34167.87112.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 45 (17.97% from 255) = 23.94%
BLUE value IS 118 (46.48% from 255) = 62.77%
R=13.30%
G=23.94%
B=62.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25451180.790.6200.54227.165.0328.04
Hex192D764F3E036e3411c
Octal31551661177606634310134
Binary1100110110111101101001111111110011011011100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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