Html Css Color HEX #1C6271 Allports

📋 copy color: '#1C6271'

red 28 ◦ green 98 ◦ blue 113

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

Shades of Allports #1C6271

Tints of Allports #1C6271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41%

 BLUE value IS 113 (44.53% from 255) = 47.28%

R = 11.72%
G = 41%
B = 47.28%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C6271 (or 0x1C6271) is known color: Allports. HEX triplet: 1C, 62 and 71. RGB value is (28,98,113). Sum of RGB (Red+Green+Blue) = 28+98+113=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C6271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6271 is #E39D8E. Grayscale: #4E4E4E. Windows color (decimal): -14917007 or 7430684. OLE color: 7430684.

HSL color Cylindrical-coordinate representation of color #1C6271: hue angle of 190.59º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6271 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 98 113 -
CMYK 0.75 0.13 0 0.56
HSL 190.59º 0.6% 0.28% -
HSV(B) 190.59º 0.75% 0.44% -
XYZ 7.83 10.17 17.17 -
YUV 78.78 147.31 91.78 -
System Red Green Blue C M Y K H S L
Decimal 28 98 113 0.75 0.13 0 0.56 190.59 0.6 0.28
Hex 1C 62 71 4B D 0 38 BF 3C 1C
Octal 34 142 161 113 15 0 70 277 74 34
Binary 11100 1100010 1110001 1001011 1101 0 111000 10111111 111100 11100

Color Harmonies of #1C6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6271

Black with #1C6271

Text Example


Text Example

White with #1C6271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,98,113); }

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

background-color css

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

 a { background-color: rgb(28,98,113); }

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

border-color css

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

 span { border-color: rgb(28,98,113); }

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