#19306D

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

Shades of Sapphire #19306D

Tints of Sapphire #19306D

Color information

#19306D (or 0x19306D) is unknown color: approx Sapphire. HEX triplet: 19, 30 and 6D. RGB value is (25,48,109). Sum of RGB (Red+Green+Blue) = 25+48+109=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #19306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19306D is #E6CF92. Grayscale: #2F2F2F. Windows color (decimal): -15126419 or 7155737. OLE color: 7155737.

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

Color convert

RGB2548109-
CMYK0.770.5600.57
HSL223.57º62.69%26.27%-
HSV(B)223.57º77.06%42.75%-
XYZ4.223.4214.91-
YUV48.08162.38111.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 109 (42.97% from 255) = 59.89%
R=13.74%
G=26.37%
B=59.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25481090.770.5600.57223.5762.6926.27
Hex19306D4D38039e03f1a
Octal3160155115700713407732
Binary110011100001101101100110111100001110011110000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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