Html Css Color HEX #1C7696 Allports

📋 copy color: '#1C7696'

red 28 ◦ green 118 ◦ blue 150

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

Shades of Allports #1C7696

Tints of Allports #1C7696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.68%

R = 9.46%
G = 39.86%
B = 50.68%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1C7696 (or 0x1C7696) is known color: Allports. HEX triplet: 1C, 76 and 96. RGB value is (28,118,150). Sum of RGB (Red+Green+Blue) = 28+118+150=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #1C7696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7696 is #E38969. Grayscale: #5E5E5E. Windows color (decimal): -14911850 or 9860636. OLE color: 9860636.

HSL color Cylindrical-coordinate representation of color #1C7696: hue angle of 195.74º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7696 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 28 118 150 -
CMYK 0.81 0.21 0 0.41
HSL 195.74º 0.69% 0.35% -
HSV(B) 195.74º 0.81% 0.59% -
XYZ 12.46 15.41 31.17 -
YUV 94.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 28 118 150 0.81 0.21 0 0.41 195.74 0.69 0.35
Hex 1C 76 96 51 15 0 29 C4 45 23
Octal 34 166 226 121 25 0 51 304 105 43
Binary 11100 1110110 10010110 1010001 10101 0 101001 11000100 1000101 100011

Color Harmonies of #1C7696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7696

Black with #1C7696

Text Example


Text Example

White with #1C7696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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