#1C535F

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

Shades of Teal Blue #1C535F

Tints of Teal Blue #1C535F

Color information

#1C535F (or 0x1C535F) is unknown color: approx Teal Blue. HEX triplet: 1C, 53 and 5F. RGB value is (28,83,95). Sum of RGB (Red+Green+Blue) = 28+83+95=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C535F is #E3ACA0. Grayscale: #434343. Windows color (decimal): -14920865 or 6247196. OLE color: 6247196.

HSL color Cylindrical-coordinate representation of color #1C535F: hue angle of 190.75º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C535F is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB288395-
CMYK0.710.1300.63
HSL190.75º54.47%24.12%-
HSV(B)190.75º70.53%37.25%-
XYZ5.647.2611.93-
YUV67.92143.2899.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.59%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=13.59%
G=40.29%
B=46.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2883950.710.1300.63190.7554.4724.12
Hex1C535F47D03Fbf3618
Octal34123137107150772776630
Binary11100101001110111111000111110101111111011111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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