#1B3788

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

Shades of Resolution Blue #1B3788

Tints of Resolution Blue #1B3788

Color information

#1B3788 (or 0x1B3788) is unknown color: approx Resolution Blue. HEX triplet: 1B, 37 and 88. RGB value is (27,55,136). Sum of RGB (Red+Green+Blue) = 27+55+136=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B3788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3788 is #E4C877. Grayscale: #373737. Windows color (decimal): -14993528 or 8927003. OLE color: 8927003.

HSL color Cylindrical-coordinate representation of color #1B3788: hue angle of 224.59º degrees, saturation: 0.67, 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 #1B3788 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2755136-
CMYK0.800.6000.47
HSL224.59º66.87%31.96%-
HSV(B)224.59º80.15%53.33%-
XYZ6.264.7423.88-
YUV55.86173.22107.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.39%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 136 (53.52% from 255) = 62.39%
R=12.39%
G=25.23%
B=62.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal27551360.800.6000.47224.5966.8731.96
Hex1B3788503C02Fe14320
Octal33672101207405734110340
Binary110111101111000100010100001111000101111111000011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,55,136); }

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

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

 a { background-color: rgb(27,55,136); }

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

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

 span { border-color: rgb(27,55,136); }

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