#1B535C

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

Shades of Teal Blue #1B535C

Tints of Teal Blue #1B535C

Color information

#1B535C (or 0x1B535C) is unknown color: approx Teal Blue. HEX triplet: 1B, 53 and 5C. RGB value is (27,83,92). Sum of RGB (Red+Green+Blue) = 27+83+92=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #1B535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B535C is #E4ACA3. Grayscale: #434343. Windows color (decimal): -14986404 or 6050587. OLE color: 6050587.

HSL color Cylindrical-coordinate representation of color #1B535C: hue angle of 188.31º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B535C is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB278392-
CMYK0.710.1000.64
HSL188.31º54.62%23.33%-
HSV(B)188.31º70.65%36.08%-
XYZ5.487.1911.22-
YUV67.28141.9599.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.37%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=13.37%
G=41.09%
B=45.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2783920.710.1000.64188.3154.6223.33
Hex1B535C47A040bc3717
Octal331231341071201002746727
Binary110111010011101110010001111010010000001011110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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