#1A347C

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

Shades of Resolution Blue #1A347C

Tints of Resolution Blue #1A347C

Color information

#1A347C (or 0x1A347C) is unknown color: approx Resolution Blue. HEX triplet: 1A, 34 and 7C. RGB value is (26,52,124). Sum of RGB (Red+Green+Blue) = 26+52+124=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A347C is #E5CB83. Grayscale: #343434. Windows color (decimal): -15059844 or 8139802. OLE color: 8139802.

HSL color Cylindrical-coordinate representation of color #1A347C: hue angle of 224.08º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A347C is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2652124-
CMYK0.790.5800.51
HSL224.08º65.33%29.41%-
HSV(B)224.08º79.03%48.63%-
XYZ5.294.1319.59-
YUV52.43168.39109.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 124 (48.83% from 255) = 61.39%
R=12.87%
G=25.74%
B=61.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26521240.790.5800.51224.0865.3329.41
Hex1A347C4F3A033e0411d
Octal32641741177206334010135
Binary1101011010011111001001111111010011001111100000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A347C; }

 p { color: rgb(26,52,124); }

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

<style>
 a { background-color: #1A347C; }

 a { background-color: rgb(26,52,124); }

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

<style>
 span { border-color: #1A347C; }

 span { border-color: rgb(26,52,124); }

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