#1C4858

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

Shades of Teal Blue #1C4858

Tints of Teal Blue #1C4858

Color information

#1C4858 (or 0x1C4858) is unknown color: approx Teal Blue. HEX triplet: 1C, 48 and 58. RGB value is (28,72,88). Sum of RGB (Red+Green+Blue) = 28+72+88=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C4858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4858 is #E3B7A7. Grayscale: #3C3C3C. Windows color (decimal): -14923688 or 5785628. OLE color: 5785628.

HSL color Cylindrical-coordinate representation of color #1C4858: hue angle of 196º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C4858 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB287288-
CMYK0.680.1800.65
HSL196º51.72%22.75%-
HSV(B)196º68.18%34.51%-
XYZ4.565.5910.07-
YUV60.67143.42104.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.89%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=14.89%
G=38.30%
B=46.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2872880.680.1800.6519651.7222.75
Hex1C48584412041c43417
Octal341101301042201013046427
Binary1110010010001011000100010010010010000011100010011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,72,88); }

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

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

 a { background-color: rgb(28,72,88); }

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

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

 span { border-color: rgb(28,72,88); }

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