#19296D

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

Shades of Sapphire #19296D

Tints of Sapphire #19296D

Color information

#19296D (or 0x19296D) is unknown color: approx Sapphire. HEX triplet: 19, 29 and 6D. RGB value is (25,41,109). Sum of RGB (Red+Green+Blue) = 25+41+109=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #19296D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19296D is #E6D692. Grayscale: #2B2B2B. Windows color (decimal): -15128211 or 7153945. OLE color: 7153945.

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

Color convert

RGB2541109-
CMYK0.770.6200.57
HSL228.57º62.69%26.27%-
HSV(B)228.57º77.06%42.75%-
XYZ3.952.914.82-
YUV43.97164.7114.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 109 (42.97% from 255) = 62.29%
R=14.29%
G=23.43%
B=62.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25411090.770.6200.57228.5762.6926.27
Hex19296D4D3E039e53f1a
Octal3151155115760713457732
Binary110011010011101101100110111111001110011110010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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