Html Css Color HEX #1C6473 Allports

📋 copy color: '#1C6473'

red 28 ◦ green 100 ◦ blue 115

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

Shades of Allports #1C6473

Tints of Allports #1C6473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.15%

 BLUE value IS 115 (45.31% from 255) = 47.33%

R = 11.52%
G = 41.15%
B = 47.33%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1C6473 (or 0x1C6473) is known color: Allports. HEX triplet: 1C, 64 and 73. RGB value is (28,100,115). Sum of RGB (Red+Green+Blue) = 28+100+115=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C6473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6473 is #E39B8C. Grayscale: #505050. Windows color (decimal): -14916493 or 7562268. OLE color: 7562268.

HSL color Cylindrical-coordinate representation of color #1C6473: hue angle of 190.34º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C6473 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 100 115 -
CMYK 0.76 0.13 0 0.55
HSL 190.34º 0.61% 0.28% -
HSV(B) 190.34º 0.76% 0.45% -
XYZ 8.13 10.6 17.84 -
YUV 80.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 28 100 115 0.76 0.13 0 0.55 190.34 0.61 0.28
Hex 1C 64 73 4C D 0 37 BE 3D 1C
Octal 34 144 163 114 15 0 67 276 75 34
Binary 11100 1100100 1110011 1001100 1101 0 110111 10111110 111101 11100

Color Harmonies of #1C6473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6473

Black with #1C6473

Text Example


Text Example

White with #1C6473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,100,115); }

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

background-color css

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

 a { background-color: rgb(28,100,115); }

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

border-color css

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

 span { border-color: rgb(28,100,115); }

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