Html Css Color HEX #1C677C Allports

📋 copy color: '#1C677C'

red 28 ◦ green 103 ◦ blue 124

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

Shades of Allports #1C677C

Tints of Allports #1C677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.39%

 BLUE value IS 124 (48.83% from 255) = 48.63%

R = 10.98%
G = 40.39%
B = 48.63%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C677C (or 0x1C677C) is known color: Allports. HEX triplet: 1C, 67 and 7C. RGB value is (28,103,124). Sum of RGB (Red+Green+Blue) = 28+103+124=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C677C is #E39883. Grayscale: #525252. Windows color (decimal): -14915716 or 8152860. OLE color: 8152860.

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

Color convert

RGB 28 103 124 -
CMYK 0.77 0.17 0 0.51
HSL 193.13º 0.63% 0.3% -
HSV(B) 193.13º 0.77% 0.49% -
XYZ 8.97 11.4 20.8 -
YUV 82.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 28 103 124 0.77 0.17 0 0.51 193.13 0.63 0.3
Hex 1C 67 7C 4D 11 0 33 C1 3F 1E
Octal 34 147 174 115 21 0 63 301 77 36
Binary 11100 1100111 1111100 1001101 10001 0 110011 11000001 111111 11110

Color Harmonies of #1C677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C677C

Black with #1C677C

Text Example


Text Example

White with #1C677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,103,124); }

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

background-color css

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

 a { background-color: rgb(28,103,124); }

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

border-color css

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

 span { border-color: rgb(28,103,124); }

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