#1B3878

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

Shades of Resolution Blue #1B3878

Tints of Resolution Blue #1B3878

Color information

#1B3878 (or 0x1B3878) is unknown color: approx Resolution Blue. HEX triplet: 1B, 38 and 78. RGB value is (27,56,120). Sum of RGB (Red+Green+Blue) = 27+56+120=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B3878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3878 is #E4C787. Grayscale: #363636. Windows color (decimal): -14993288 or 7878683. OLE color: 7878683.

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

Color convert

RGB2756120-
CMYK0.780.5300.53
HSL221.29º63.27%28.82%-
HSV(B)221.29º77.5%47.06%-
XYZ5.264.4218.34-
YUV54.62164.89108.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.30%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=13.30%
G=27.59%
B=59.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27561200.780.5300.53221.2963.2728.82
Hex1B38784E35035dd3f1d
Octal3370170116650653357735
Binary110111110001111000100111011010101101011101110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,56,120); }

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

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

 a { background-color: rgb(27,56,120); }

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

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

 span { border-color: rgb(27,56,120); }

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