#1C658A

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

Shades of Allports #1C658A

Tints of Allports #1C658A

Color information

#1C658A (or 0x1C658A) is unknown color: approx Allports. HEX triplet: 1C, 65 and 8A. RGB value is (28,101,138). Sum of RGB (Red+Green+Blue) = 28+101+138=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C658A is #E39A75. Grayscale: #535353. Windows color (decimal): -14916214 or 9069852. OLE color: 9069852.

HSL color Cylindrical-coordinate representation of color #1C658A: hue angle of 200.18º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C658A is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB28101138-
CMYK0.800.2700.46
HSL200.18º66.27%32.55%-
HSV(B)200.18º79.71%54.12%-
XYZ9.7211.3925.73-
YUV83.39158.8288.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.49%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=10.49%
G=37.83%
B=51.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal281011380.800.2700.46200.1866.2732.55
Hex1C658A501B02Ec84221
Octal341452121203305631010241
Binary111001100101100010101010000110110101110110010001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,101,138); }

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

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

 a { background-color: rgb(28,101,138); }

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

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

 span { border-color: rgb(28,101,138); }

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