#192F63

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

Shades of Sapphire #192F63

Tints of Sapphire #192F63

Color information

#192F63 (or 0x192F63) is unknown color: approx Sapphire. HEX triplet: 19, 2F and 63. RGB value is (25,47,99). Sum of RGB (Red+Green+Blue) = 25+47+99=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #192F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F63 is #E6D09C. Grayscale: #2E2E2E. Windows color (decimal): -15126685 or 6500121. OLE color: 6500121.

HSL color Cylindrical-coordinate representation of color #192F63: hue angle of 222.16º 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 #192F63 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB254799-
CMYK0.750.5300.61
HSL222.16º59.68%24.31%-
HSV(B)222.16º74.75%38.82%-
XYZ3.673.1412.22-
YUV46.35157.71112.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 99 (39.06% from 255) = 57.89%
R=14.62%
G=27.49%
B=57.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2547990.750.5300.61222.1659.6824.31
Hex192F634B3503Dde3c18
Octal3157143113650753367430
Binary110011011111100011100101111010101111011101111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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