#1B327B

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

Shades of Resolution Blue #1B327B

Tints of Resolution Blue #1B327B

Color information

#1B327B (or 0x1B327B) is unknown color: approx Resolution Blue. HEX triplet: 1B, 32 and 7B. RGB value is (27,50,123). Sum of RGB (Red+Green+Blue) = 27+50+123=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B327B is #E4CD84. Grayscale: #333333. Windows color (decimal): -14994821 or 8073755. OLE color: 8073755.

HSL color Cylindrical-coordinate representation of color #1B327B: hue angle of 225.62º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B327B is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2750123-
CMYK0.780.5900.52
HSL225.62º64%29.41%-
HSV(B)225.62º78.05%48.24%-
XYZ5.173.9419.23-
YUV51.44168.38110.56-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 123 (48.44% from 255) = 61.5%
R=13.5%
G=25%
B=61.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal27501230.780.5900.52225.626429.41
Hex1B327B4E3B034e2401d
Octal33621731167306434210035
Binary1101111001011110111001110111011011010011100010100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,50,123); }

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

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

 a { background-color: rgb(27,50,123); }

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

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

 span { border-color: rgb(27,50,123); }

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