#192460

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

Shades of Sapphire #192460

Tints of Sapphire #192460

Color information

#192460 (or 0x192460) is unknown color: approx Sapphire. HEX triplet: 19, 24 and 60. RGB value is (25,36,96). Sum of RGB (Red+Green+Blue) = 25+36+96=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #192460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192460 is #E6DB9F. Grayscale: #272727. Windows color (decimal): -15129504 or 6300697. OLE color: 6300697.

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

Color convert

RGB253696-
CMYK0.740.6200.62
HSL230.7º58.68%23.73%-
HSV(B)230.7º73.96%37.65%-
XYZ3.142.3111.35-
YUV39.55159.86117.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=15.92%
G=22.93%
B=61.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2536960.740.6200.62230.758.6823.73
Hex1924604A3E03Ee73b18
Octal3144140112760763477330
Binary110011001001100000100101011111001111101110011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192460; }

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

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

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

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

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

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

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

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