#1C6F8D

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

Shades of Allports #1C6F8D

Tints of Allports #1C6F8D

Color information

#1C6F8D (or 0x1C6F8D) is unknown color: approx Allports. HEX triplet: 1C, 6F and 8D. RGB value is (28,111,141). Sum of RGB (Red+Green+Blue) = 28+111+141=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C6F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6F8D is #E39072. Grayscale: #595959. Windows color (decimal): -14913651 or 9269020. OLE color: 9269020.

HSL color Cylindrical-coordinate representation of color #1C6F8D: hue angle of 195.93º 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 #1C6F8D is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB28111141-
CMYK0.800.2100.45
HSL195.93º66.86%33.14%-
HSV(B)195.93º80.14%55.29%-
XYZ10.9713.5427.23-
YUV89.615784.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10%
GREEN value IS 111 (43.75% from 255) = 39.64%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=10%
G=39.64%
B=50.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281111410.800.2100.45195.9366.8633.14
Hex1C6F8D501502Dc44321
Octal341572151202505530410341
Binary111001101111100011011010000101010101101110001001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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