Html Css Color HEX #1C6073 Allports

📋 copy color: '#1C6073'

red 28 ◦ green 96 ◦ blue 115

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

Shades of Allports #1C6073

Tints of Allports #1C6073

RGB

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

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

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

R = 11.72%
G = 40.17%
B = 48.12%

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

#1C6073 (or 0x1C6073) is known color: Allports. HEX triplet: 1C, 60 and 73. RGB value is (28,96,115). Sum of RGB (Red+Green+Blue) = 28+96+115=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C6073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6073 is #E39F8C. Grayscale: #4D4D4D. Windows color (decimal): -14917517 or 7561244. OLE color: 7561244.

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

Color convert

RGB 28 96 115 -
CMYK 0.76 0.17 0 0.55
HSL 193.1º 0.61% 0.28% -
HSV(B) 193.1º 0.76% 0.45% -
XYZ 7.76 9.85 17.71 -
YUV 77.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 28 96 115 0.76 0.17 0 0.55 193.1 0.61 0.28
Hex 1C 60 73 4C 11 0 37 C1 3D 1C
Octal 34 140 163 114 21 0 67 301 75 34
Binary 11100 1100000 1110011 1001100 10001 0 110111 11000001 111101 11100

Color Harmonies of #1C6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6073

Black with #1C6073

Text Example


Text Example

White with #1C6073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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