Html Css Color HEX #1C6677 Allports

📋 copy color: '#1C6677'

red 28 ◦ green 102 ◦ blue 119

#1C6677
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #1C6677

Tints of Allports #1C6677

RGB

 RED value IS 28 (11.33% from 255) = 11.24%

 GREEN value IS 102 (40.23% from 255) = 40.96%

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 11.24%
G = 40.96%
B = 47.79%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C6677 (or 0x1C6677) is known color: Allports. HEX triplet: 1C, 66 and 77. RGB value is (28,102,119). Sum of RGB (Red+Green+Blue) = 28+102+119=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C6677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6677 is #E39988. Grayscale: #515151. Windows color (decimal): -14915977 or 7824924. OLE color: 7824924.

HSL color Cylindrical-coordinate representation of color #1C6677: hue angle of 191.21º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6677 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 102 119 -
CMYK 0.76 0.14 0 0.53
HSL 191.21º 0.62% 0.29% -
HSV(B) 191.21º 0.76% 0.47% -
XYZ 8.56 11.08 19.14 -
YUV 81.81 148.98 89.62 -
System Red Green Blue C M Y K H S L
Decimal 28 102 119 0.76 0.14 0 0.53 191.21 0.62 0.29
Hex 1C 66 77 4C E 0 35 BF 3E 1D
Octal 34 146 167 114 16 0 65 277 76 35
Binary 11100 1100110 1110111 1001100 1110 0 110101 10111111 111110 11101

Color Harmonies of #1C6677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6677

Black with #1C6677

Text Example


Text Example

White with #1C6677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,102,119); }

 H1.HeaderClassName
 {
   color: #1C6677;
 }
 .AnyTagClassName
 {
   color: #1C6677;
 }
</style>

background-color css

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

 a { background-color: rgb(28,102,119); }

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

border-color css

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

 span { border-color: rgb(28,102,119); }

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