#192F76

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

Shades of Sapphire #192F76

Tints of Sapphire #192F76

Color information

#192F76 (or 0x192F76) is unknown color: approx Sapphire. HEX triplet: 19, 2F and 76. RGB value is (25,47,118). Sum of RGB (Red+Green+Blue) = 25+47+118=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 118 (46.48% from 255 or 62.11% from 190); Max value from RGB is 118 - color contains mainly: blue. Hex color #192F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F76 is #E6D089. Grayscale: #303030. Windows color (decimal): -15126666 or 7745305. OLE color: 7745305.

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

Color convert

RGB2547118-
CMYK0.790.6000.54
HSL225.81º65.03%28.04%-
HSV(B)225.81º78.81%46.27%-
XYZ4.693.5517.58-
YUV48.52167.21111.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 47 (18.75% from 255) = 24.74%
BLUE value IS 118 (46.48% from 255) = 62.11%
R=13.16%
G=24.74%
B=62.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25471180.790.6000.54225.8165.0328.04
Hex192F764F3C036e2411c
Octal31571661177406634210134
Binary1100110111111101101001111111100011011011100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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