#1B3384

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

Shades of Resolution Blue #1B3384

Tints of Resolution Blue #1B3384

Color information

#1B3384 (or 0x1B3384) is unknown color: approx Resolution Blue. HEX triplet: 1B, 33 and 84. RGB value is (27,51,132). Sum of RGB (Red+Green+Blue) = 27+51+132=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #1B3384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3384 is #E4CC7B. Grayscale: #343434. Windows color (decimal): -14994556 or 8663835. OLE color: 8663835.

HSL color Cylindrical-coordinate representation of color #1B3384: hue angle of 226.29º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B3384 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2751132-
CMYK0.800.6100.48
HSL226.29º66.04%31.18%-
HSV(B)226.29º79.55%51.76%-
XYZ5.84.2722.35-
YUV53.06172.55109.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.86%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 132 (51.95% from 255) = 62.86%
R=12.86%
G=24.29%
B=62.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27511320.800.6100.48226.2966.0431.18
Hex1B3384503D030e2421f
Octal33632041207506034210237
Binary11011110011100001001010000111101011000011100010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,51,132); }

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

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

 a { background-color: rgb(27,51,132); }

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

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

 span { border-color: rgb(27,51,132); }

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