#1B4652

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

Shades of Teal Blue #1B4652

Tints of Teal Blue #1B4652

Color information

#1B4652 (or 0x1B4652) is unknown color: approx Teal Blue. HEX triplet: 1B, 46 and 52. RGB value is (27,70,82). Sum of RGB (Red+Green+Blue) = 27+70+82=179 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.08% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 82 - color contains mainly: blue. Hex color #1B4652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4652 is #E4B9AD. Grayscale: #3A3A3A. Windows color (decimal): -14989742 or 5391899. OLE color: 5391899.

HSL color Cylindrical-coordinate representation of color #1B4652: hue angle of 193.09º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B4652 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB277082-
CMYK0.670.1500.68
HSL193.09º50.46%21.37%-
HSV(B)193.09º67.07%32.16%-
XYZ4.175.228.77-
YUV58.51141.25105.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.08%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 82 (32.42% from 255) = 45.81%
R=15.08%
G=39.11%
B=45.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2770820.670.1500.68193.0950.4621.37
Hex1B465243F044c13215
Octal331061221031701043016225
Binary110111000110101001010000111111010001001100000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,70,82); }

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

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

 a { background-color: rgb(27,70,82); }

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

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

 span { border-color: rgb(27,70,82); }

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