#1B647C

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

Shades of Allports #1B647C

Tints of Allports #1B647C

Color information

#1B647C (or 0x1B647C) is unknown color: approx Allports. HEX triplet: 1B, 64 and 7C. RGB value is (27,100,124). Sum of RGB (Red+Green+Blue) = 27+100+124=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B647C is #E49B83. Grayscale: #505050. Windows color (decimal): -14982020 or 8152091. OLE color: 8152091.

HSL color Cylindrical-coordinate representation of color #1B647C: hue angle of 194.85º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B647C is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB27100124-
CMYK0.780.1900.51
HSL194.85º64.24%29.61%-
HSV(B)194.85º78.23%48.63%-
XYZ8.6510.820.7-
YUV80.91152.3289.55-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.76%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=10.76%
G=39.84%
B=49.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal271001240.780.1900.51194.8564.2429.61
Hex1B647C4E13033c3401e
Octal331441741162306330310036
Binary1101111001001111100100111010011011001111000011100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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