#1B7882

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

Shades of Allports #1B7882

Tints of Allports #1B7882

Color information

#1B7882 (or 0x1B7882) is unknown color: approx Allports. HEX triplet: 1B, 78 and 82. RGB value is (27,120,130). Sum of RGB (Red+Green+Blue) = 27+120+130=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B7882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7882 is #E4877D. Grayscale: #5D5D5D. Windows color (decimal): -14976894 or 8550427. OLE color: 8550427.

HSL color Cylindrical-coordinate representation of color #1B7882: hue angle of 185.83º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7882 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB27120130-
CMYK0.790.0800.49
HSL185.83º65.61%30.78%-
HSV(B)185.83º79.23%50.98%-
XYZ11.215.2823.48-
YUV93.33148.6980.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.75%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=9.75%
G=43.32%
B=46.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal271201300.790.0800.49185.8365.6130.78
Hex1B78824F8031ba421f
Octal331702021171006127210237
Binary1101111110001000001010011111000011000110111010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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