#192C63

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

Shades of Sapphire #192C63

Tints of Sapphire #192C63

Color information

#192C63 (or 0x192C63) is unknown color: approx Sapphire. HEX triplet: 19, 2C and 63. RGB value is (25,44,99). Sum of RGB (Red+Green+Blue) = 25+44+99=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #192C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C63 is #E6D39C. Grayscale: #2C2C2C. Windows color (decimal): -15127453 or 6499353. OLE color: 6499353.

HSL color Cylindrical-coordinate representation of color #192C63: hue angle of 224.59º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192C63 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB254499-
CMYK0.750.5600.61
HSL224.59º59.68%24.31%-
HSV(B)224.59º74.75%38.82%-
XYZ3.552.9112.18-
YUV44.59158.71114.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 99 (39.06% from 255) = 58.93%
R=14.88%
G=26.19%
B=58.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2544990.750.5600.61224.5959.6824.31
Hex192C634B3803De13c18
Octal3154143113700753417430
Binary110011011001100011100101111100001111011110000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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