#1D3177

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

Shades of Resolution Blue #1D3177

Tints of Resolution Blue #1D3177

Color information

#1D3177 (or 0x1D3177) is unknown color: approx Resolution Blue. HEX triplet: 1D, 31 and 77. RGB value is (29,49,119). Sum of RGB (Red+Green+Blue) = 29+49+119=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D3177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3177 is #E2CE88. Grayscale: #323232. Windows color (decimal): -14864009 or 7811357. OLE color: 7811357.

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

Color convert

RGB2949119-
CMYK0.760.5900.53
HSL226.67º60.81%29.02%-
HSV(B)226.67º75.63%46.67%-
XYZ4.933.7917.92-
YUV51166.37112.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.72%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 119 (46.88% from 255) = 60.41%
R=14.72%
G=24.87%
B=60.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29491190.760.5900.53226.6760.8129.02
Hex1D31774C3B035e33d1d
Octal3561167114730653437535
Binary111011100011110111100110011101101101011110001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,119); }

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

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

 a { background-color: rgb(29,49,119); }

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

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

 span { border-color: rgb(29,49,119); }

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