#1B3672

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

Shades of Resolution Blue #1B3672

Tints of Resolution Blue #1B3672

Color information

#1B3672 (or 0x1B3672) is unknown color: approx Resolution Blue. HEX triplet: 1B, 36 and 72. RGB value is (27,54,114). Sum of RGB (Red+Green+Blue) = 27+54+114=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B3672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3672 is #E4C98D. Grayscale: #343434. Windows color (decimal): -14993806 or 7484955. OLE color: 7484955.

HSL color Cylindrical-coordinate representation of color #1B3672: hue angle of 221.38º 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 #1B3672 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2754114-
CMYK0.760.5300.55
HSL221.38º61.7%27.65%-
HSV(B)221.38º76.32%44.71%-
XYZ4.814.0916.45-
YUV52.77162.55109.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.85%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=13.85%
G=27.69%
B=58.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27541140.760.5300.55221.3861.727.65
Hex1B36724C35037dd3e1c
Octal3366162114650673357634
Binary110111101101110010100110011010101101111101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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