Html Css Color HEX #1C757C Allports

📋 copy color: '#1C757C'

red 28 ◦ green 117 ◦ blue 124

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

Shades of Allports #1C757C

Tints of Allports #1C757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.49%

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

R = 10.41%
G = 43.49%
B = 46.1%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C757C (or 0x1C757C) is known color: Allports. HEX triplet: 1C, 75 and 7C. RGB value is (28,117,124). Sum of RGB (Red+Green+Blue) = 28+117+124=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C757C is #E38A83. Grayscale: #5B5B5B. Windows color (decimal): -14912132 or 8156444. OLE color: 8156444.

HSL color Cylindrical-coordinate representation of color #1C757C: hue angle of 184.38º 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 #1C757C is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 28 117 124 -
CMYK 0.77 0.06 0 0.51
HSL 184.38º 0.63% 0.3% -
HSV(B) 184.38º 0.77% 0.49% -
XYZ 10.48 14.42 21.3 -
YUV 91.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 28 117 124 0.77 0.06 0 0.51 184.38 0.63 0.3
Hex 1C 75 7C 4D 6 0 33 B8 3F 1E
Octal 34 165 174 115 6 0 63 270 77 36
Binary 11100 1110101 1111100 1001101 110 0 110011 10111000 111111 11110

Color Harmonies of #1C757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C757C

Black with #1C757C

Text Example


Text Example

White with #1C757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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