Html Css Color HEX #1B5258 Teal Blue

📋 copy color: '#1B5258'

red 27 ◦ green 82 ◦ blue 88

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

Shades of Teal Blue #1B5258

Tints of Teal Blue #1B5258

RGB

 RED value IS 27 (10.94% from 255) = 13.71%

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 88 (34.77% from 255) = 44.67%

R = 13.71%
G = 41.62%
B = 44.67%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B5258 (or 0x1B5258) is known color: Teal Blue. HEX triplet: 1B, 52 and 58. RGB value is (27,82,88). Sum of RGB (Red+Green+Blue) = 27+82+88=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B5258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5258 is #E4ADA7. Grayscale: #424242. Windows color (decimal): -14986664 or 5788187. OLE color: 5788187.

HSL color Cylindrical-coordinate representation of color #1B5258: hue angle of 185.9º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B5258 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 82 88 -
CMYK 0.69 0.07 0 0.65
HSL 185.9º 0.53% 0.23% -
HSV(B) 185.9º 0.69% 0.35% -
XYZ 5.23 6.97 10.3 -
YUV 66.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 27 82 88 0.69 0.07 0 0.65 185.9 0.53 0.23
Hex 1B 52 58 45 7 0 41 BA 35 17
Octal 33 122 130 105 7 0 101 272 65 27
Binary 11011 1010010 1011000 1000101 111 0 1000001 10111010 110101 10111

Color Harmonies of #1B5258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5258

Black with #1B5258

Text Example


Text Example

White with #1B5258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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