#1B6478

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

Shades of Allports #1B6478

Tints of Allports #1B6478

Color information

#1B6478 (or 0x1B6478) is unknown color: approx Allports. HEX triplet: 1B, 64 and 78. RGB value is (27,100,120). Sum of RGB (Red+Green+Blue) = 27+100+120=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B6478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6478 is #E49B87. Grayscale: #505050. Windows color (decimal): -14982024 or 7889947. OLE color: 7889947.

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

Color convert

RGB27100120-
CMYK0.780.1700.53
HSL192.9º63.27%28.82%-
HSV(B)192.9º77.5%47.06%-
XYZ8.410.719.39-
YUV80.45150.3289.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=10.93%
G=40.49%
B=48.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271001200.780.1700.53192.963.2728.82
Hex1B64784E11035c13f1d
Octal33144170116210653017735
Binary110111100100111100010011101000101101011100000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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