#192E60

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

Shades of Sapphire #192E60

Tints of Sapphire #192E60

Color information

#192E60 (or 0x192E60) is unknown color: approx Sapphire. HEX triplet: 19, 2E and 60. RGB value is (25,46,96). Sum of RGB (Red+Green+Blue) = 25+46+96=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #192E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E60 is #E6D19F. Grayscale: #2D2D2D. Windows color (decimal): -15126944 or 6303257. OLE color: 6303257.

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

Color convert

RGB254696-
CMYK0.740.5200.62
HSL222.25º58.68%23.73%-
HSV(B)222.25º73.96%37.65%-
XYZ3.493.0111.46-
YUV45.42156.54113.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=14.97%
G=27.54%
B=57.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2546960.740.5200.62222.2558.6823.73
Hex192E604A3403Ede3b18
Octal3156140112640763367330
Binary110011011101100000100101011010001111101101111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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