Html Css Color HEX #1C5360 Teal Blue

📋 copy color: '#1C5360'

red 28 ◦ green 83 ◦ blue 96

#1C5360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #1C5360

Tints of Teal Blue #1C5360

RGB

 RED value IS 28 (11.33% from 255) = 13.53%

 GREEN value IS 83 (32.81% from 255) = 40.1%

 BLUE value IS 96 (37.89% from 255) = 46.38%

R = 13.53%
G = 40.1%
B = 46.38%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1C5360 (or 0x1C5360) is known color: Teal Blue. HEX triplet: 1C, 53 and 60. RGB value is (28,83,96). Sum of RGB (Red+Green+Blue) = 28+83+96=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C5360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5360 is #E3AC9F. Grayscale: #434343. Windows color (decimal): -14920864 or 6312732. OLE color: 6312732.

HSL color Cylindrical-coordinate representation of color #1C5360: hue angle of 191.47º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C5360 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 28 83 96 -
CMYK 0.71 0.14 0 0.62
HSL 191.47º 0.55% 0.24% -
HSV(B) 191.47º 0.71% 0.38% -
XYZ 5.68 7.28 12.17 -
YUV 68.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 28 83 96 0.71 0.14 0 0.62 191.47 0.55 0.24
Hex 1C 53 60 47 E 0 3E BF 37 18
Octal 34 123 140 107 16 0 76 277 67 30
Binary 11100 1010011 1100000 1000111 1110 0 111110 10111111 110111 11000

Color Harmonies of #1C5360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5360

Black with #1C5360

Text Example


Text Example

White with #1C5360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C5360;
 }
 .AnyTagClassName
 {
   color: #1C5360;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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