#1B4750

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

Shades of Teal Blue #1B4750

Tints of Teal Blue #1B4750

Color information

#1B4750 (or 0x1B4750) is unknown color: approx Teal Blue. HEX triplet: 1B, 47 and 50. RGB value is (27,71,80). Sum of RGB (Red+Green+Blue) = 27+71+80=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B4750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4750 is #E4B8AF. Grayscale: #3A3A3A. Windows color (decimal): -14989488 or 5261083. OLE color: 5261083.

HSL color Cylindrical-coordinate representation of color #1B4750: hue angle of 190.19º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B4750 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB277180-
CMYK0.660.1100.69
HSL190.19º49.53%20.98%-
HSV(B)190.19º66.25%31.37%-
XYZ4.155.328.4-
YUV58.87139.92105.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.17%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=15.17%
G=39.89%
B=44.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2771800.660.1100.69190.1949.5320.98
Hex1B475042B045be3215
Octal331071201021301052766225
Binary110111000111101000010000101011010001011011111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,71,80); }

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

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

 a { background-color: rgb(27,71,80); }

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

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

 span { border-color: rgb(27,71,80); }

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