#19367E

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

Shades of Resolution Blue #19367E

Tints of Resolution Blue #19367E

Color information

#19367E (or 0x19367E) is unknown color: approx Resolution Blue. HEX triplet: 19, 36 and 7E. RGB value is (25,54,126). Sum of RGB (Red+Green+Blue) = 25+54+126=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 126 (49.61% from 255 or 61.46% from 205); Max value from RGB is 126 - color contains mainly: blue. Hex color #19367E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19367E is #E6C981. Grayscale: #353535. Windows color (decimal): -15124866 or 8271385. OLE color: 8271385.

HSL color Cylindrical-coordinate representation of color #19367E: hue angle of 222.77º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19367E is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2554126-
CMYK0.800.5700.51
HSL222.77º66.89%29.61%-
HSV(B)222.77º80.16%49.41%-
XYZ5.494.3520.29-
YUV53.54168.89107.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 126 (49.61% from 255) = 61.46%
R=12.20%
G=26.34%
B=61.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25541260.800.5700.51222.7766.8929.61
Hex19367E5039033df431e
Octal31661761207106333710336
Binary1100111011011111101010000111001011001111011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19367E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19367E; }

 p { color: rgb(25,54,126); }

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

<style>
 a { background-color: #19367E; }

 a { background-color: rgb(25,54,126); }

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

<style>
 span { border-color: #19367E; }

 span { border-color: rgb(25,54,126); }

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