#1A347F

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

Shades of Resolution Blue #1A347F

Tints of Resolution Blue #1A347F

Color information

#1A347F (or 0x1A347F) is unknown color: approx Resolution Blue. HEX triplet: 1A, 34 and 7F. RGB value is (26,52,127). Sum of RGB (Red+Green+Blue) = 26+52+127=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A347F is #E5CB80. Grayscale: #343434. Windows color (decimal): -15059841 or 8336410. OLE color: 8336410.

HSL color Cylindrical-coordinate representation of color #1A347F: hue angle of 224.55º degrees, saturation: 0.66, 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 #1A347F is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2652127-
CMYK0.800.5900.50
HSL224.55º66.01%30%-
HSV(B)224.55º79.53%49.8%-
XYZ5.484.2120.6-
YUV52.78169.89108.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 127 (50% from 255) = 61.95%
R=12.68%
G=25.37%
B=61.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26521270.800.5900.50224.5566.0130
Hex1A347F503B032e1421e
Octal32641771207306234110236
Binary1101011010011111111010000111011011001011100001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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