#1B4953

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

Shades of Teal Blue #1B4953

Tints of Teal Blue #1B4953

Color information

#1B4953 (or 0x1B4953) is unknown color: approx Teal Blue. HEX triplet: 1B, 49 and 53. RGB value is (27,73,83). Sum of RGB (Red+Green+Blue) = 27+73+83=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #1B4953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4953 is #E4B6AC. Grayscale: #3C3C3C. Windows color (decimal): -14988973 or 5458203. OLE color: 5458203.

HSL color Cylindrical-coordinate representation of color #1B4953: hue angle of 190.71º degrees, saturation: 0.51, 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 #1B4953 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB277383-
CMYK0.670.1200.67
HSL190.71º50.91%21.57%-
HSV(B)190.71º67.47%32.55%-
XYZ4.45.629.04-
YUV60.39140.76104.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.75%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=14.75%
G=39.89%
B=45.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2773830.670.1200.67190.7150.9121.57
Hex1B495343C043bf3316
Octal331111231031401032776326
Binary110111001001101001110000111100010000111011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,73,83); }

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

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

 a { background-color: rgb(27,73,83); }

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

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

 span { border-color: rgb(27,73,83); }

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