#19337F

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

Shades of Resolution Blue #19337F

Tints of Resolution Blue #19337F

Color information

#19337F (or 0x19337F) is unknown color: approx Resolution Blue. HEX triplet: 19, 33 and 7F. RGB value is (25,51,127). Sum of RGB (Red+Green+Blue) = 25+51+127=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #19337F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19337F is #E6CC80. Grayscale: #333333. Windows color (decimal): -15125633 or 8336153. OLE color: 8336153.

HSL color Cylindrical-coordinate representation of color #19337F: hue angle of 224.71º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19337F is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2551127-
CMYK0.800.6000.50
HSL224.71º67.11%29.8%-
HSV(B)224.71º80.31%49.8%-
XYZ5.424.1120.59-
YUV51.89170.39108.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 127 (50% from 255) = 62.56%
R=12.32%
G=25.12%
B=62.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal25511270.800.6000.50224.7167.1129.8
Hex19337F503C032e1431e
Octal31631771207406234110336
Binary1100111001111111111010000111100011001011100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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