Html Css Color HEX #1C7689 Allports

📋 copy color: '#1C7689'

red 28 ◦ green 118 ◦ blue 137

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

Shades of Allports #1C7689

Tints of Allports #1C7689

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

 BLUE value IS 137 (53.91% from 255) = 48.41%

R = 9.89%
G = 41.7%
B = 48.41%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C7689 (or 0x1C7689) is known color: Allports. HEX triplet: 1C, 76 and 89. RGB value is (28,118,137). Sum of RGB (Red+Green+Blue) = 28+118+137=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C7689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7689 is #E38976. Grayscale: #5D5D5D. Windows color (decimal): -14911863 or 9008668. OLE color: 9008668.

HSL color Cylindrical-coordinate representation of color #1C7689: hue angle of 190.46º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C7689 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 118 137 -
CMYK 0.80 0.14 0 0.46
HSL 190.46º 0.66% 0.32% -
HSV(B) 190.46º 0.8% 0.54% -
XYZ 11.47 15.01 25.96 -
YUV 93.26 152.68 81.46 -
System Red Green Blue C M Y K H S L
Decimal 28 118 137 0.80 0.14 0 0.46 190.46 0.66 0.32
Hex 1C 76 89 50 E 0 2E BE 42 20
Octal 34 166 211 120 16 0 56 276 102 40
Binary 11100 1110110 10001001 1010000 1110 0 101110 10111110 1000010 100000

Color Harmonies of #1C7689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7689

Black with #1C7689

Text Example


Text Example

White with #1C7689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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