#19346B

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

Shades of Sapphire #19346B

Tints of Sapphire #19346B

Color information

#19346B (or 0x19346B) is unknown color: approx Sapphire. HEX triplet: 19, 34 and 6B. RGB value is (25,52,107). Sum of RGB (Red+Green+Blue) = 25+52+107=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #19346B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19346B is #E6CB94. Grayscale: #313131. Windows color (decimal): -15125397 or 7025689. OLE color: 7025689.

HSL color Cylindrical-coordinate representation of color #19346B: hue angle of 220.24º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19346B is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2552107-
CMYK0.770.5100.58
HSL220.24º62.12%25.88%-
HSV(B)220.24º76.64%41.96%-
XYZ4.283.7214.4-
YUV50.2160.05110.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.59%
GREEN value IS 52 (20.70% from 255) = 28.26%
BLUE value IS 107 (42.19% from 255) = 58.15%
R=13.59%
G=28.26%
B=58.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25521070.770.5100.58220.2462.1225.88
Hex19346B4D3303Adc3e1a
Octal3164153115630723347632
Binary110011101001101011100110111001101110101101110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19346B; }

 p { color: rgb(25,52,107); }

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

<style>
 a { background-color: #19346B; }

 a { background-color: rgb(25,52,107); }

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

<style>
 span { border-color: #19346B; }

 span { border-color: rgb(25,52,107); }

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