#19336F

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

Shades of Sapphire #19336F

Tints of Sapphire #19336F

Color information

#19336F (or 0x19336F) is unknown color: approx Sapphire. HEX triplet: 19, 33 and 6F. RGB value is (25,51,111). Sum of RGB (Red+Green+Blue) = 25+51+111=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #19336F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19336F is #E6CC90. Grayscale: #313131. Windows color (decimal): -15125649 or 7287577. OLE color: 7287577.

HSL color Cylindrical-coordinate representation of color #19336F: hue angle of 221.86º 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 #19336F is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2551111-
CMYK0.770.5400.56
HSL221.86º63.24%26.67%-
HSV(B)221.86º77.48%43.53%-
XYZ4.453.7215.52-
YUV50.07162.39110.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 111 (43.75% from 255) = 59.36%
R=13.37%
G=27.27%
B=59.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25511110.770.5400.56221.8663.2426.67
Hex19336F4D36038de3f1b
Octal3163157115660703367733
Binary110011100111101111100110111011001110001101111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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