#1b3678

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

Shades of Resolution Blue #1B3678

Tints of Resolution Blue #1B3678

Color information

#1B3678 (or 0x1B3678) is unknown color: approx Resolution Blue. HEX triplet: 1B, 36 and 78. RGB value is (27,54,120). Sum of RGB (Red+Green+Blue) = 27+54+120=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B3678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3678 is #E4C987. Grayscale: #353535. Windows color (decimal): -14993800 or 7878171. OLE color: 7878171.

HSL color Cylindrical-coordinate representation of color #1B3678: hue angle of 222.58º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B3678 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2754120-
CMYK0.780.5500.53
HSL222.58º63.27%28.82%-
HSV(B)222.58º77.5%47.06%-
XYZ5.164.2318.31-
YUV53.45165.55109.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.43%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=13.43%
G=26.87%
B=59.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27541200.780.5500.53222.5863.2728.82
Hex1B36784E37035df3f1d
Octal3366170116670653377735
Binary110111101101111000100111011011101101011101111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b3678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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