Html Css Color HEX #1C4139 Deep Teal

📋 copy color: '#1C4139'

red 28 ◦ green 65 ◦ blue 57

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

Shades of Deep Teal #1C4139

Tints of Deep Teal #1C4139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.33%

 BLUE value IS 57 (22.66% from 255) = 38%

R = 18.67%
G = 43.33%
B = 38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#1C4139 (or 0x1C4139) is known color: Deep Teal. HEX triplet: 1C, 41 and 39. RGB value is (28,65,57). Sum of RGB (Red+Green+Blue) = 28+65+57=150 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #1C4139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4139 is #E3BEC6. Grayscale: #353535. Windows color (decimal): -14925511 or 3752220. OLE color: 3752220.

HSL color Cylindrical-coordinate representation of color #1C4139: hue angle of 167.03º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C4139 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 28 65 57 -
CMYK 0.57 0 0.12 0.75
HSL 167.03º 0.4% 0.18% -
HSV(B) 167.03º 0.57% 0.25% -
XYZ 3.11 4.32 4.54 -
YUV 53.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 28 65 57 0.57 0 0.12 0.75 167.03 0.4 0.18
Hex 1C 41 39 39 0 C 4B A7 28 12
Octal 34 101 71 71 0 14 113 247 50 22
Binary 11100 1000001 111001 111001 0 1100 1001011 10100111 101000 10010

Color Harmonies of #1C4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4139

Black with #1C4139

Text Example


Text Example

White with #1C4139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,65,57); }

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

background-color css

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

 a { background-color: rgb(28,65,57); }

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

border-color css

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

 span { border-color: rgb(28,65,57); }

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