#19347A

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

Shades of Resolution Blue #19347A

Tints of Resolution Blue #19347A

Color information

#19347A (or 0x19347A) is unknown color: approx Resolution Blue. HEX triplet: 19, 34 and 7A. RGB value is (25,52,122). Sum of RGB (Red+Green+Blue) = 25+52+122=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #19347A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19347A is #E6CB85. Grayscale: #333333. Windows color (decimal): -15125382 or 8008729. OLE color: 8008729.

HSL color Cylindrical-coordinate representation of color #19347A: hue angle of 223.3º 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 #19347A is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2552122-
CMYK0.800.5700.52
HSL223.3º65.99%28.82%-
HSV(B)223.3º79.51%47.84%-
XYZ5.144.0718.93-
YUV51.91167.55108.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=12.56%
G=26.13%
B=61.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25521220.800.5700.52223.365.9928.82
Hex19347A5039034df421d
Octal31641721207106433710235
Binary1100111010011110101010000111001011010011011111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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