Html Css Color HEX #1C7995 Allports

📋 copy color: '#1C7995'

red 28 ◦ green 121 ◦ blue 149

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

Shades of Allports #1C7995

Tints of Allports #1C7995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.6%

 BLUE value IS 149 (58.59% from 255) = 50%

R = 9.4%
G = 40.6%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C7995 (or 0x1C7995) is known color: Allports. HEX triplet: 1C, 79 and 95. RGB value is (28,121,149). Sum of RGB (Red+Green+Blue) = 28+121+149=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C7995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7995 is #E3866A. Grayscale: #606060. Windows color (decimal): -14911083 or 9795868. OLE color: 9795868.

HSL color Cylindrical-coordinate representation of color #1C7995: hue angle of 193.88º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7995 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 121 149 -
CMYK 0.81 0.19 0 0.42
HSL 193.88º 0.68% 0.35% -
HSV(B) 193.88º 0.81% 0.58% -
XYZ 12.74 16.09 30.87 -
YUV 96.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 28 121 149 0.81 0.19 0 0.42 193.88 0.68 0.35
Hex 1C 79 95 51 13 0 2A C2 44 23
Octal 34 171 225 121 23 0 52 302 104 43
Binary 11100 1111001 10010101 1010001 10011 0 101010 11000010 1000100 100011

Color Harmonies of #1C7995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7995

Black with #1C7995

Text Example


Text Example

White with #1C7995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,121,149); }

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

background-color css

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

 a { background-color: rgb(28,121,149); }

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

border-color css

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

 span { border-color: rgb(28,121,149); }

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