#1C668D

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

Shades of Allports #1C668D

Tints of Allports #1C668D

Color information

#1C668D (or 0x1C668D) is unknown color: approx Allports. HEX triplet: 1C, 66 and 8D. RGB value is (28,102,141). Sum of RGB (Red+Green+Blue) = 28+102+141=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C668D is #E39972. Grayscale: #545454. Windows color (decimal): -14915955 or 9266716. OLE color: 9266716.

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

Color convert

RGB28102141-
CMYK0.800.2800.45
HSL200.71º66.86%33.14%-
HSV(B)200.71º80.14%55.29%-
XYZ10.0411.6726.92-
YUV84.32159.9887.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 141 (55.47% from 255) = 52.03%
R=10.33%
G=37.64%
B=52.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281021410.800.2800.45200.7166.8633.14
Hex1C668D501C02Dc94321
Octal341462151203405531110341
Binary111001100110100011011010000111000101101110010011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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