Html Css Color HEX #1C515D Teal Blue

📋 copy color: '#1C515D'

red 28 ◦ green 81 ◦ blue 93

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

Shades of Teal Blue #1C515D

Tints of Teal Blue #1C515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.1%

 BLUE value IS 93 (36.72% from 255) = 46.04%

R = 13.86%
G = 40.1%
B = 46.04%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C515D (or 0x1C515D) is known color: Teal Blue. HEX triplet: 1C, 51 and 5D. RGB value is (28,81,93). Sum of RGB (Red+Green+Blue) = 28+81+93=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C515D is #E3AEA2. Grayscale: #424242. Windows color (decimal): -14921379 or 6115612. OLE color: 6115612.

HSL color Cylindrical-coordinate representation of color #1C515D: hue angle of 191.08º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C515D is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 81 93 -
CMYK 0.70 0.13 0 0.64
HSL 191.08º 0.54% 0.24% -
HSV(B) 191.08º 0.7% 0.36% -
XYZ 5.4 6.92 11.41 -
YUV 66.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 28 81 93 0.70 0.13 0 0.64 191.08 0.54 0.24
Hex 1C 51 5D 46 D 0 40 BF 36 18
Octal 34 121 135 106 15 0 100 277 66 30
Binary 11100 1010001 1011101 1000110 1101 0 1000000 10111111 110110 11000

Color Harmonies of #1C515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C515D

Black with #1C515D

Text Example


Text Example

White with #1C515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,81,93); }

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

background-color css

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

 a { background-color: rgb(28,81,93); }

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

border-color css

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

 span { border-color: rgb(28,81,93); }

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