#1A3873

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

Shades of Resolution Blue #1A3873

Tints of Resolution Blue #1A3873

Color information

#1A3873 (or 0x1A3873) is unknown color: approx Resolution Blue. HEX triplet: 1A, 38 and 73. RGB value is (26,56,115). Sum of RGB (Red+Green+Blue) = 26+56+115=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A3873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3873 is #E5C78C. Grayscale: #353535. Windows color (decimal): -15058829 or 7551002. OLE color: 7551002.

HSL color Cylindrical-coordinate representation of color #1A3873: hue angle of 219.78º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3873 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2656115-
CMYK0.770.5100.55
HSL219.78º63.12%27.65%-
HSV(B)219.78º77.39%45.1%-
XYZ4.934.2916.79-
YUV53.76162.56108.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=13.20%
G=28.43%
B=58.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26561150.770.5100.55219.7863.1227.65
Hex1A38734D33037dc3f1c
Octal3270163115630673347734
Binary110101110001110011100110111001101101111101110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,56,115); }

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

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

 a { background-color: rgb(26,56,115); }

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

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

 span { border-color: rgb(26,56,115); }

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