#1A3978

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

Shades of Resolution Blue #1A3978

Tints of Resolution Blue #1A3978

Color information

#1A3978 (or 0x1A3978) is unknown color: approx Resolution Blue. HEX triplet: 1A, 39 and 78. RGB value is (26,57,120). Sum of RGB (Red+Green+Blue) = 26+57+120=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A3978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3978 is #E5C687. Grayscale: #363636. Windows color (decimal): -15058568 or 7878938. OLE color: 7878938.

HSL color Cylindrical-coordinate representation of color #1A3978: hue angle of 220.21º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A3978 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2657120-
CMYK0.780.5200.53
HSL220.21º64.38%28.63%-
HSV(B)220.21º78.33%47.06%-
XYZ5.284.518.36-
YUV54.91164.73107.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=12.81%
G=28.08%
B=59.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26571200.780.5200.53220.2164.3828.63
Hex1A39784E34035dc401d
Octal32711701166406533410035
Binary1101011100111110001001110110100011010111011100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,57,120); }

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

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

 a { background-color: rgb(26,57,120); }

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

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

 span { border-color: rgb(26,57,120); }

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