#1C6B7B

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

Shades of Allports #1C6B7B

Tints of Allports #1C6B7B

Color information

#1C6B7B (or 0x1C6B7B) is unknown color: approx Allports. HEX triplet: 1C, 6B and 7B. RGB value is (28,107,123). Sum of RGB (Red+Green+Blue) = 28+107+123=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C6B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6B7B is #E39484. Grayscale: #555555. Windows color (decimal): -14914693 or 8088348. OLE color: 8088348.

HSL color Cylindrical-coordinate representation of color #1C6B7B: hue angle of 190.11º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C6B7B is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB28107123-
CMYK0.770.1300.52
HSL190.11º62.91%29.61%-
HSV(B)190.11º77.24%48.24%-
XYZ9.3112.1920.6-
YUV85.2149.3387.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.85%
GREEN value IS 107 (42.19% from 255) = 41.47%
BLUE value IS 123 (48.44% from 255) = 47.67%
R=10.85%
G=41.47%
B=47.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal281071230.770.1300.52190.1162.9129.61
Hex1C6B7B4DD034be3f1e
Octal34153173115150642767736
Binary11100110101111110111001101110101101001011111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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