#1C6675

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

Shades of Allports #1C6675

Tints of Allports #1C6675

Color information

#1C6675 (or 0x1C6675) is unknown color: approx Allports. HEX triplet: 1C, 66 and 75. RGB value is (28,102,117). Sum of RGB (Red+Green+Blue) = 28+102+117=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C6675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6675 is #E3998A. Grayscale: #515151. Windows color (decimal): -14915979 or 7693852. OLE color: 7693852.

HSL color Cylindrical-coordinate representation of color #1C6675: hue angle of 190.11º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6675 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB28102117-
CMYK0.760.1300.54
HSL190.11º61.38%28.43%-
HSV(B)190.11º76.07%45.88%-
XYZ8.4411.0318.51-
YUV81.58147.9889.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.34%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=11.34%
G=41.30%
B=47.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal281021170.760.1300.54190.1161.3828.43
Hex1C66754CD036be3d1c
Octal34146165114150662767534
Binary11100110011011101011001100110101101101011111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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