#192C60

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

Shades of Sapphire #192C60

Tints of Sapphire #192C60

Color information

#192C60 (or 0x192C60) is unknown color: approx Sapphire. HEX triplet: 19, 2C and 60. RGB value is (25,44,96). Sum of RGB (Red+Green+Blue) = 25+44+96=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #192C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C60 is #E6D39F. Grayscale: #2C2C2C. Windows color (decimal): -15127456 or 6302745. OLE color: 6302745.

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

Color convert

RGB254496-
CMYK0.740.5400.62
HSL223.94º58.68%23.73%-
HSV(B)223.94º73.96%37.65%-
XYZ3.412.8511.44-
YUV44.25157.21114.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 44 (17.58% from 255) = 26.67%
BLUE value IS 96 (37.89% from 255) = 58.18%
R=15.15%
G=26.67%
B=58.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2544960.740.5400.62223.9458.6823.73
Hex192C604A3603Ee03b18
Octal3154140112660763407330
Binary110011011001100000100101011011001111101110000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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