#19286D

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

Shades of Sapphire #19286D

Tints of Sapphire #19286D

Color information

#19286D (or 0x19286D) is unknown color: approx Sapphire. HEX triplet: 19, 28 and 6D. RGB value is (25,40,109). Sum of RGB (Red+Green+Blue) = 25+40+109=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #19286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19286D is #E6D792. Grayscale: #2B2B2B. Windows color (decimal): -15128467 or 7153689. OLE color: 7153689.

HSL color Cylindrical-coordinate representation of color #19286D: hue angle of 229.29º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19286D is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2540109-
CMYK0.770.6300.57
HSL229.29º62.69%26.27%-
HSV(B)229.29º77.06%42.75%-
XYZ3.922.8314.81-
YUV43.38165.03114.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.37%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 109 (42.97% from 255) = 62.64%
R=14.37%
G=22.99%
B=62.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25401090.770.6300.57229.2962.6926.27
Hex19286D4D3F039e53f1a
Octal3150155115770713457732
Binary110011010001101101100110111111101110011110010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19286D; }

 p { color: rgb(25,40,109); }

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

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

 a { background-color: rgb(25,40,109); }

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

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

 span { border-color: rgb(25,40,109); }

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