Html Css Color HEX #1C6976 Allports

📋 copy color: '#1C6976'

red 28 ◦ green 105 ◦ blue 118

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

Shades of Allports #1C6976

Tints of Allports #1C6976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 11.16%
G = 41.83%
B = 47.01%

CMYK

 C value IS 0.76

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1C6976 (or 0x1C6976) is known color: Allports. HEX triplet: 1C, 69 and 76. RGB value is (28,105,118). Sum of RGB (Red+Green+Blue) = 28+105+118=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C6976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6976 is #E39689. Grayscale: #535353. Windows color (decimal): -14915210 or 7760156. OLE color: 7760156.

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

Color convert

RGB 28 105 118 -
CMYK 0.76 0.11 0 0.54
HSL 188.67º 0.62% 0.29% -
HSV(B) 188.67º 0.76% 0.46% -
XYZ 8.8 11.66 18.93 -
YUV 83.46 147.49 88.44 -
System Red Green Blue C M Y K H S L
Decimal 28 105 118 0.76 0.11 0 0.54 188.67 0.62 0.29
Hex 1C 69 76 4C B 0 36 BD 3E 1D
Octal 34 151 166 114 13 0 66 275 76 35
Binary 11100 1101001 1110110 1001100 1011 0 110110 10111101 111110 11101

Color Harmonies of #1C6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6976

Black with #1C6976

Text Example


Text Example

White with #1C6976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,105,118); }

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

background-color css

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

 a { background-color: rgb(28,105,118); }

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

border-color css

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

 span { border-color: rgb(28,105,118); }

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