#19346F

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

Shades of Sapphire #19346F

Tints of Sapphire #19346F

Color information

#19346F (or 0x19346F) is unknown color: approx Sapphire. HEX triplet: 19, 34 and 6F. RGB value is (25,52,111). Sum of RGB (Red+Green+Blue) = 25+52+111=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #19346F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19346F is #E6CB90. Grayscale: #323232. Windows color (decimal): -15125393 or 7287833. OLE color: 7287833.

HSL color Cylindrical-coordinate representation of color #19346F: hue angle of 221.16º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19346F is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2552111-
CMYK0.770.5300.56
HSL221.16º63.24%26.67%-
HSV(B)221.16º77.48%43.53%-
XYZ4.53.8115.54-
YUV50.65162.05109.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 111 (43.75% from 255) = 59.04%
R=13.30%
G=27.66%
B=59.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25521110.770.5300.56221.1663.2426.67
Hex19346F4D35038dd3f1b
Octal3164157115650703357733
Binary110011101001101111100110111010101110001101110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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