#1B2E86

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

Shades of Resolution Blue #1B2E86

Tints of Resolution Blue #1B2E86

Color information

#1B2E86 (or 0x1B2E86) is unknown color: approx Resolution Blue. HEX triplet: 1B, 2E and 86. RGB value is (27,46,134). Sum of RGB (Red+Green+Blue) = 27+46+134=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #1B2E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2E86 is #E4D179. Grayscale: #313131. Windows color (decimal): -14995834 or 8793627. OLE color: 8793627.

HSL color Cylindrical-coordinate representation of color #1B2E86: hue angle of 229.35º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B2E86 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2746134-
CMYK0.800.6600.47
HSL229.35º66.46%31.57%-
HSV(B)229.35º79.85%52.55%-
XYZ5.733.9123.01-
YUV50.35175.21111.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.04%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 134 (52.73% from 255) = 64.73%
R=13.04%
G=22.22%
B=64.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal27461340.800.6600.47229.3566.4631.57
Hex1B2E86504202Fe54220
Octal335620612010205734510240
Binary1101110111010000110101000010000100101111111001011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,46,134); }

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

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

 a { background-color: rgb(27,46,134); }

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

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

 span { border-color: rgb(27,46,134); }

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