Html Css Color HEX #1C7087 Allports

📋 copy color: '#1C7087'

red 28 ◦ green 112 ◦ blue 135

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

Shades of Allports #1C7087

Tints of Allports #1C7087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.73%

 BLUE value IS 135 (53.13% from 255) = 49.09%

R = 10.18%
G = 40.73%
B = 49.09%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1C7087 (or 0x1C7087) is known color: Allports. HEX triplet: 1C, 70 and 87. RGB value is (28,112,135). Sum of RGB (Red+Green+Blue) = 28+112+135=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #1C7087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7087 is #E38F78. Grayscale: #595959. Windows color (decimal): -14913401 or 8876060. OLE color: 8876060.

HSL color Cylindrical-coordinate representation of color #1C7087: hue angle of 192.9º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C7087 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 28 112 135 -
CMYK 0.79 0.17 0 0.47
HSL 192.9º 0.66% 0.32% -
HSV(B) 192.9º 0.79% 0.53% -
XYZ 10.65 13.58 24.98 -
YUV 89.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 28 112 135 0.79 0.17 0 0.47 192.9 0.66 0.32
Hex 1C 70 87 4F 11 0 2F C1 42 20
Octal 34 160 207 117 21 0 57 301 102 40
Binary 11100 1110000 10000111 1001111 10001 0 101111 11000001 1000010 100000

Color Harmonies of #1C7087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7087

Black with #1C7087

Text Example


Text Example

White with #1C7087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,112,135); }

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

background-color css

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

 a { background-color: rgb(28,112,135); }

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

border-color css

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

 span { border-color: rgb(28,112,135); }

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