#1C6D92

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

Shades of Allports #1C6D92

Tints of Allports #1C6D92

Color information

#1C6D92 (or 0x1C6D92) is unknown color: approx Allports. HEX triplet: 1C, 6D and 92. RGB value is (28,109,146). Sum of RGB (Red+Green+Blue) = 28+109+146=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C6D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6D92 is #E3926D. Grayscale: #585858. Windows color (decimal): -14914158 or 9596188. OLE color: 9596188.

HSL color Cylindrical-coordinate representation of color #1C6D92: hue angle of 198.81º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C6D92 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB28109146-
CMYK0.810.2500.43
HSL198.81º67.82%34.12%-
HSV(B)198.81º80.82%57.25%-
XYZ11.1413.2629.17-
YUV89160.1684.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.89%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=9.89%
G=38.52%
B=51.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281091460.810.2500.43198.8167.8234.12
Hex1C6D92511902Bc74422
Octal341552221213105330710442
Binary111001101101100100101010001110010101011110001111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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