#19377A

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

Shades of Resolution Blue #19377A

Tints of Resolution Blue #19377A

Color information

#19377A (or 0x19377A) is unknown color: approx Resolution Blue. HEX triplet: 19, 37 and 7A. RGB value is (25,55,122). Sum of RGB (Red+Green+Blue) = 25+55+122=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #19377A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19377A is #E6C885. Grayscale: #353535. Windows color (decimal): -15124614 or 8009497. OLE color: 8009497.

HSL color Cylindrical-coordinate representation of color #19377A: hue angle of 221.44º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19377A is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2555122-
CMYK0.800.5500.52
HSL221.44º65.99%28.82%-
HSV(B)221.44º79.51%47.84%-
XYZ5.284.3418.97-
YUV53.67166.56107.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 55 (21.88% from 255) = 27.23%
BLUE value IS 122 (48.05% from 255) = 60.40%
R=12.38%
G=27.23%
B=60.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25551220.800.5500.52221.4465.9928.82
Hex19377A5037034dd421d
Octal31671721206706433510235
Binary1100111011111110101010000110111011010011011101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19377A; }

 p { color: rgb(25,55,122); }

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

<style>
 a { background-color: #19377A; }

 a { background-color: rgb(25,55,122); }

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

<style>
 span { border-color: #19377A; }

 span { border-color: rgb(25,55,122); }

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