#1A3872

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

Shades of Resolution Blue #1A3872

Tints of Resolution Blue #1A3872

Color information

#1A3872 (or 0x1A3872) is unknown color: approx Resolution Blue. HEX triplet: 1A, 38 and 72. RGB value is (26,56,114). Sum of RGB (Red+Green+Blue) = 26+56+114=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A3872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3872 is #E5C78D. Grayscale: #353535. Windows color (decimal): -15058830 or 7485466. OLE color: 7485466.

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

Color convert

RGB2656114-
CMYK0.770.5100.55
HSL219.55º62.86%27.45%-
HSV(B)219.55º77.19%44.71%-
XYZ4.884.2616.49-
YUV53.64162.06108.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 56 (22.27% from 255) = 28.57%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=13.27%
G=28.57%
B=58.16%

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
Decimal26561140.770.5100.55219.5562.8627.45
Hex1A38724D33037dc3f1b
Octal3270162115630673347733
Binary110101110001110010100110111001101101111101110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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