Html Css Color HEX #1C6071 Allports

📋 copy color: '#1C6071'

red 28 ◦ green 96 ◦ blue 113

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

Shades of Allports #1C6071

Tints of Allports #1C6071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 47.68%

R = 11.81%
G = 40.51%
B = 47.68%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C6071 (or 0x1C6071) is known color: Allports. HEX triplet: 1C, 60 and 71. RGB value is (28,96,113). Sum of RGB (Red+Green+Blue) = 28+96+113=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C6071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6071 is #E39F8E. Grayscale: #4D4D4D. Windows color (decimal): -14917519 or 7430172. OLE color: 7430172.

HSL color Cylindrical-coordinate representation of color #1C6071: hue angle of 192º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C6071 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 96 113 -
CMYK 0.75 0.15 0 0.56
HSL 192º 0.6% 0.28% -
HSV(B) 192º 0.75% 0.44% -
XYZ 7.64 9.8 17.11 -
YUV 77.61 147.97 92.62 -
System Red Green Blue C M Y K H S L
Decimal 28 96 113 0.75 0.15 0 0.56 192 0.6 0.28
Hex 1C 60 71 4B F 0 38 C0 3C 1C
Octal 34 140 161 113 17 0 70 300 74 34
Binary 11100 1100000 1110001 1001011 1111 0 111000 11000000 111100 11100

Color Harmonies of #1C6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6071

Black with #1C6071

Text Example


Text Example

White with #1C6071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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