#1B668D

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

Shades of Allports #1B668D

Tints of Allports #1B668D

Color information

#1B668D (or 0x1B668D) is unknown color: approx Allports. HEX triplet: 1B, 66 and 8D. RGB value is (27,102,141). Sum of RGB (Red+Green+Blue) = 27+102+141=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B668D is #E49972. Grayscale: #535353. Windows color (decimal): -14981491 or 9266715. OLE color: 9266715.

HSL color Cylindrical-coordinate representation of color #1B668D: hue angle of 200.53º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B668D is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB27102141-
CMYK0.810.2800.45
HSL200.53º67.86%32.94%-
HSV(B)200.53º80.85%55.29%-
XYZ10.0111.6626.92-
YUV84.02160.1587.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 141 (55.47% from 255) = 52.22%
R=10%
G=37.78%
B=52.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal271021410.810.2800.45200.5367.8632.94
Hex1B668D511C02Dc94421
Octal331462151213405531110441
Binary110111100110100011011010001111000101101110010011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,102,141); }

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

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

 a { background-color: rgb(27,102,141); }

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

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

 span { border-color: rgb(27,102,141); }

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