#192F60

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

Shades of Sapphire #192F60

Tints of Sapphire #192F60

Color information

#192F60 (or 0x192F60) is unknown color: approx Sapphire. HEX triplet: 19, 2F and 60. RGB value is (25,47,96). Sum of RGB (Red+Green+Blue) = 25+47+96=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #192F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F60 is #E6D09F. Grayscale: #2D2D2D. Windows color (decimal): -15126688 or 6303513. OLE color: 6303513.

HSL color Cylindrical-coordinate representation of color #192F60: hue angle of 221.41º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192F60 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB254796-
CMYK0.740.5100.62
HSL221.41º58.68%23.73%-
HSV(B)221.41º73.96%37.65%-
XYZ3.533.0811.48-
YUV46.01156.21113.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=14.88%
G=27.98%
B=57.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2547960.740.5100.62221.4158.6823.73
Hex192F604A3303Edd3b18
Octal3157140112630763357330
Binary110011011111100000100101011001101111101101110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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