Html Css Color HEX #1C535D Teal Blue

📋 copy color: '#1C535D'

red 28 ◦ green 83 ◦ blue 93

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

Shades of Teal Blue #1C535D

Tints of Teal Blue #1C535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

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

R = 13.73%
G = 40.69%
B = 45.59%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C535D (or 0x1C535D) is known color: Teal Blue. HEX triplet: 1C, 53 and 5D. RGB value is (28,83,93). Sum of RGB (Red+Green+Blue) = 28+83+93=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C535D is #E3ACA2. Grayscale: #434343. Windows color (decimal): -14920867 or 6116124. OLE color: 6116124.

HSL color Cylindrical-coordinate representation of color #1C535D: hue angle of 189.23º 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 #1C535D is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 83 93 -
CMYK 0.70 0.11 0 0.64
HSL 189.23º 0.54% 0.24% -
HSV(B) 189.23º 0.7% 0.36% -
XYZ 5.55 7.22 11.46 -
YUV 67.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 28 83 93 0.70 0.11 0 0.64 189.23 0.54 0.24
Hex 1C 53 5D 46 B 0 40 BD 36 18
Octal 34 123 135 106 13 0 100 275 66 30
Binary 11100 1010011 1011101 1000110 1011 0 1000000 10111101 110110 11000

Color Harmonies of #1C535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C535D

Black with #1C535D

Text Example


Text Example

White with #1C535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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