#1A377F

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

Shades of Resolution Blue #1A377F

Tints of Resolution Blue #1A377F

Color information

#1A377F (or 0x1A377F) is unknown color: approx Resolution Blue. HEX triplet: 1A, 37 and 7F. RGB value is (26,55,127). Sum of RGB (Red+Green+Blue) = 26+55+127=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A377F is #E5C880. Grayscale: #363636. Windows color (decimal): -15059073 or 8337178. OLE color: 8337178.

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

Color convert

RGB2655127-
CMYK0.800.5700.50
HSL222.77º66.01%30%-
HSV(B)222.77º79.53%49.8%-
XYZ5.624.4820.65-
YUV54.54168.89107.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.5%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 127 (50% from 255) = 61.06%
R=12.5%
G=26.44%
B=61.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26551270.800.5700.50222.7766.0130
Hex1A377F5039032df421e
Octal32671771207106233710236
Binary1101011011111111111010000111001011001011011111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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