#1C4854

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

Shades of Teal Blue #1C4854

Tints of Teal Blue #1C4854

Color information

#1C4854 (or 0x1C4854) is unknown color: approx Teal Blue. HEX triplet: 1C, 48 and 54. RGB value is (28,72,84). Sum of RGB (Red+Green+Blue) = 28+72+84=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #1C4854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4854 is #E3B7AB. Grayscale: #3C3C3C. Windows color (decimal): -14923692 or 5523484. OLE color: 5523484.

HSL color Cylindrical-coordinate representation of color #1C4854: hue angle of 192.86º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C4854 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB287284-
CMYK0.670.1400.67
HSL192.86º50%21.96%-
HSV(B)192.86º66.67%32.94%-
XYZ4.45.529.22-
YUV60.21141.42105.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.22%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=15.22%
G=39.13%
B=45.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2872840.670.1400.67192.865021.96
Hex1C485443E043c13216
Octal341101241031601033016226
Binary111001001000101010010000111110010000111100000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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