#192B5A

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

Shades of Sapphire #192B5A

Tints of Sapphire #192B5A

Color information

#192B5A (or 0x192B5A) is unknown color: approx Sapphire. HEX triplet: 19, 2B and 5A. RGB value is (25,43,90). Sum of RGB (Red+Green+Blue) = 25+43+90=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #192B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B5A is #E6D4A5. Grayscale: #2A2A2A. Windows color (decimal): -15127718 or 5909273. OLE color: 5909273.

HSL color Cylindrical-coordinate representation of color #192B5A: hue angle of 223.38º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #192B5A is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB254390-
CMYK0.720.5200.65
HSL223.38º56.52%22.55%-
HSV(B)223.38º72.22%35.29%-
XYZ3.112.6710.02-
YUV42.98154.54115.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 90 (35.55% from 255) = 56.96%
R=15.82%
G=27.22%
B=56.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2543900.720.5200.65223.3856.5222.55
Hex192B5A4834041df3917
Octal31531321106401013377127
Binary1100110101110110101001000110100010000011101111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,43,90); }

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

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

 a { background-color: rgb(25,43,90); }

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

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

 span { border-color: rgb(25,43,90); }

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