#1B3176

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

Shades of Resolution Blue #1B3176

Tints of Resolution Blue #1B3176

Color information

#1B3176 (or 0x1B3176) is unknown color: approx Resolution Blue. HEX triplet: 1B, 31 and 76. RGB value is (27,49,118). Sum of RGB (Red+Green+Blue) = 27+49+118=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B3176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3176 is #E4CE89. Grayscale: #313131. Windows color (decimal): -14995082 or 7745819. OLE color: 7745819.

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

Color convert

RGB2749118-
CMYK0.770.5800.54
HSL225.49º62.76%28.43%-
HSV(B)225.49º77.12%46.27%-
XYZ4.823.7417.61-
YUV50.29166.21111.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.92%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 118 (46.48% from 255) = 60.82%
R=13.92%
G=25.26%
B=60.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27491180.770.5800.54225.4962.7628.43
Hex1B31764D3A036e13f1c
Octal3361166115720663417734
Binary110111100011110110100110111101001101101110000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,49,118); }

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

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

 a { background-color: rgb(27,49,118); }

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

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

 span { border-color: rgb(27,49,118); }

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