#192C59

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

Shades of Sapphire #192C59

Tints of Sapphire #192C59

Color information

#192C59 (or 0x192C59) is unknown color: approx Sapphire. HEX triplet: 19, 2C and 59. RGB value is (25,44,89). Sum of RGB (Red+Green+Blue) = 25+44+89=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #192C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C59 is #E6D3A6. Grayscale: #2B2B2B. Windows color (decimal): -15127463 or 5843993. OLE color: 5843993.

HSL color Cylindrical-coordinate representation of color #192C59: hue angle of 222.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #192C59 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB254489-
CMYK0.720.5100.65
HSL222.19º56.14%22.35%-
HSV(B)222.19º71.91%34.9%-
XYZ3.12.739.81-
YUV43.45153.71114.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=15.82%
G=27.85%
B=56.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2544890.720.5100.65222.1956.1422.35
Hex192C594833041de3816
Octal31541311106301013367026
Binary1100110110010110011001000110011010000011101111011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,44,89); }

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

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

 a { background-color: rgb(25,44,89); }

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

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

 span { border-color: rgb(25,44,89); }

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