#1B6978

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

Shades of Allports #1B6978

Tints of Allports #1B6978

Color information

#1B6978 (or 0x1B6978) is unknown color: approx Allports. HEX triplet: 1B, 69 and 78. RGB value is (27,105,120). Sum of RGB (Red+Green+Blue) = 27+105+120=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B6978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6978 is #E49687. Grayscale: #535353. Windows color (decimal): -14980744 or 7891227. OLE color: 7891227.

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

Color convert

RGB27105120-
CMYK0.780.1300.53
HSL189.68º63.27%28.82%-
HSV(B)189.68º77.5%47.06%-
XYZ8.8911.6919.56-
YUV83.39148.6687.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.71%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=10.71%
G=41.67%
B=47.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271051200.780.1300.53189.6863.2728.82
Hex1B69784ED035be3f1d
Octal33151170116150652767735
Binary11011110100111110001001110110101101011011111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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