#1C4852

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

Shades of Teal Blue #1C4852

Tints of Teal Blue #1C4852

Color information

#1C4852 (or 0x1C4852) is unknown color: approx Teal Blue. HEX triplet: 1C, 48 and 52. RGB value is (28,72,82). Sum of RGB (Red+Green+Blue) = 28+72+82=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #1C4852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4852 is #E3B7AD. Grayscale: #3B3B3B. Windows color (decimal): -14923694 or 5392412. OLE color: 5392412.

HSL color Cylindrical-coordinate representation of color #1C4852: hue angle of 191.11º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C4852 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB287282-
CMYK0.660.1200.68
HSL191.11º49.09%21.57%-
HSV(B)191.11º65.85%32.16%-
XYZ4.325.498.81-
YUV59.98140.42105.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.38%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=15.38%
G=39.56%
B=45.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2872820.660.1200.68191.1149.0921.57
Hex1C485242C044bf3116
Octal341101221021401042776126
Binary111001001000101001010000101100010001001011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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