#1C6B92

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

Shades of Allports #1C6B92

Tints of Allports #1C6B92

Color information

#1C6B92 (or 0x1C6B92) is unknown color: approx Allports. HEX triplet: 1C, 6B and 92. RGB value is (28,107,146). Sum of RGB (Red+Green+Blue) = 28+107+146=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C6B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6B92 is #E3946D. Grayscale: #575757. Windows color (decimal): -14914670 or 9595676. OLE color: 9595676.

HSL color Cylindrical-coordinate representation of color #1C6B92: hue angle of 199.83º 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 #1C6B92 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB28107146-
CMYK0.810.2700.43
HSL199.83º67.82%34.12%-
HSV(B)199.83º80.82%57.25%-
XYZ10.9212.8429.1-
YUV87.82160.8385.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.96%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=9.96%
G=38.08%
B=51.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281071460.810.2700.43199.8367.8234.12
Hex1C6B92511B02Bc84422
Octal341532221213305331010442
Binary111001101011100100101010001110110101011110010001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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