#1C535B

Color #1C535B Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #1C535B

Tints of Teal Blue #1C535B

Color information

#1C535B (or 0x1C535B) is unknown color: approx Teal Blue. HEX triplet: 1C, 53 and 5B. RGB value is (28,83,91). Sum of RGB (Red+Green+Blue) = 28+83+91=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C535B is #E3ACA4. Grayscale: #434343. Windows color (decimal): -14920869 or 5985052. OLE color: 5985052.

HSL color Cylindrical-coordinate representation of color #1C535B: hue angle of 187.62º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C535B is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB288391-
CMYK0.690.0900.64
HSL187.62º52.94%23.33%-
HSV(B)187.62º69.23%35.69%-
XYZ5.467.1911-
YUV67.47141.2899.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.86%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=13.86%
G=41.09%
B=45.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2883910.690.0900.64187.6252.9423.33
Hex1C535B459040bc3517
Octal341231331051101002746527
Binary111001010011101101110001011001010000001011110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C535B;
 }
 .AnyTagClassName
 {
   color: #1C535B;
 }
</style>
background-color css

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

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

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

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

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

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