Html Css Color HEX #1C6074 Allports

📋 copy color: '#1C6074'

red 28 ◦ green 96 ◦ blue 116

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

Shades of Allports #1C6074

Tints of Allports #1C6074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40%

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 11.67%
G = 40%
B = 48.33%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1C6074 (or 0x1C6074) is known color: Allports. HEX triplet: 1C, 60 and 74. RGB value is (28,96,116). Sum of RGB (Red+Green+Blue) = 28+96+116=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #1C6074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6074 is #E39F8B. Grayscale: #4D4D4D. Windows color (decimal): -14917516 or 7626780. OLE color: 7626780.

HSL color Cylindrical-coordinate representation of color #1C6074: hue angle of 193.64º 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 #1C6074 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 96 116 -
CMYK 0.76 0.17 0 0.55
HSL 193.64º 0.61% 0.28% -
HSV(B) 193.64º 0.76% 0.45% -
XYZ 7.81 9.87 18.02 -
YUV 77.95 149.47 92.37 -
System Red Green Blue C M Y K H S L
Decimal 28 96 116 0.76 0.17 0 0.55 193.64 0.61 0.28
Hex 1C 60 74 4C 11 0 37 C2 3D 1C
Octal 34 140 164 114 21 0 67 302 75 34
Binary 11100 1100000 1110100 1001100 10001 0 110111 11000010 111101 11100

Color Harmonies of #1C6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6074

Black with #1C6074

Text Example


Text Example

White with #1C6074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,96,116); }

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

background-color css

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

 a { background-color: rgb(28,96,116); }

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

border-color css

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

 span { border-color: rgb(28,96,116); }

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