#1C6372

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

Shades of Allports #1C6372

Tints of Allports #1C6372

Color information

#1C6372 (or 0x1C6372) is unknown color: approx Allports. HEX triplet: 1C, 63 and 72. RGB value is (28,99,114). Sum of RGB (Red+Green+Blue) = 28+99+114=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C6372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6372 is #E39C8D. Grayscale: #4F4F4F. Windows color (decimal): -14916750 or 7496476. OLE color: 7496476.

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

Color convert

RGB2899114-
CMYK0.750.1300.55
HSL190.47º60.56%27.84%-
HSV(B)190.47º75.44%44.71%-
XYZ7.9810.3917.5-
YUV79.48147.4891.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=11.62%
G=41.08%
B=47.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28991140.750.1300.55190.4760.5627.84
Hex1C63724BD037be3d1c
Octal34143162113150672767534
Binary11100110001111100101001011110101101111011111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,99,114); }

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

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

 a { background-color: rgb(28,99,114); }

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

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

 span { border-color: rgb(28,99,114); }

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