#1B3872

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

Shades of Resolution Blue #1B3872

Tints of Resolution Blue #1B3872

Color information

#1B3872 (or 0x1B3872) is unknown color: approx Resolution Blue. HEX triplet: 1B, 38 and 72. RGB value is (27,56,114). Sum of RGB (Red+Green+Blue) = 27+56+114=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B3872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3872 is #E4C78D. Grayscale: #353535. Windows color (decimal): -14993294 or 7485467. OLE color: 7485467.

HSL color Cylindrical-coordinate representation of color #1B3872: hue angle of 220º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B3872 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2756114-
CMYK0.760.5100.55
HSL220º61.7%27.65%-
HSV(B)220º76.32%44.71%-
XYZ4.94.2816.49-
YUV53.94161.89108.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.71%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=13.71%
G=28.43%
B=57.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27561140.760.5100.5522061.727.65
Hex1B38724C33037dc3e1c
Octal3370162114630673347634
Binary110111110001110010100110011001101101111101110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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