#1B377B

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

Shades of Resolution Blue #1B377B

Tints of Resolution Blue #1B377B

Color information

#1B377B (or 0x1B377B) is unknown color: approx Resolution Blue. HEX triplet: 1B, 37 and 7B. RGB value is (27,55,123). Sum of RGB (Red+Green+Blue) = 27+55+123=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B377B is #E4C884. Grayscale: #363636. Windows color (decimal): -14993541 or 8075035. OLE color: 8075035.

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

Color convert

RGB2755123-
CMYK0.780.5500.52
HSL222.5º64%29.41%-
HSV(B)222.5º78.05%48.24%-
XYZ5.394.419.3-
YUV54.38166.72108.47-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.17%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 123 (48.44% from 255) = 60%
R=13.17%
G=26.83%
B=60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal27551230.780.5500.52222.56429.41
Hex1B377B4E37034de401d
Octal33671731166706433610035
Binary1101111011111110111001110110111011010011011110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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