#1c6d94

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

Shades of Allports #1C6D94

Tints of Allports #1C6D94

Color information

#1C6D94 (or 0x1C6D94) is unknown color: approx Allports. HEX triplet: 1C, 6D and 94. RGB value is (28,109,148). Sum of RGB (Red+Green+Blue) = 28+109+148=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #1C6D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6D94 is #E3926B. Grayscale: #585858. Windows color (decimal): -14914156 or 9727260. OLE color: 9727260.

HSL color Cylindrical-coordinate representation of color #1C6D94: hue angle of 199.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C6D94 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB28109148-
CMYK0.810.2600.42
HSL199.5º68.18%34.51%-
HSV(B)199.5º81.08%58.04%-
XYZ11.2913.3229.99-
YUV89.23161.1684.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 109 (42.97% from 255) = 38.25%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=9.82%
G=38.25%
B=51.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281091480.810.2600.42199.568.1834.51
Hex1C6D94511A02Ac84423
Octal341552241213205231010443
Binary111001101101100101001010001110100101010110010001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c6d94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,109,148); }

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

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

 a { background-color: rgb(28,109,148); }

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

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

 span { border-color: rgb(28,109,148); }

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