#1C668E

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

Shades of Allports #1C668E

Tints of Allports #1C668E

Color information

#1C668E (or 0x1C668E) is unknown color: approx Allports. HEX triplet: 1C, 66 and 8E. RGB value is (28,102,142). Sum of RGB (Red+Green+Blue) = 28+102+142=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C668E is #E39971. Grayscale: #545454. Windows color (decimal): -14915954 or 9332252. OLE color: 9332252.

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

Color convert

RGB28102142-
CMYK0.800.2800.44
HSL201.05º67.06%33.33%-
HSV(B)201.05º80.28%55.69%-
XYZ10.1111.727.32-
YUV84.43160.4887.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.29%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=10.29%
G=37.5%
B=52.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal281021420.800.2800.44201.0567.0633.33
Hex1C668E501C02Cc94321
Octal341462161203405431110341
Binary111001100110100011101010000111000101100110010011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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