Html Css Color HEX #1B474E Teal Blue

📋 copy color: '#1B474E'

red 27 ◦ green 71 ◦ blue 78

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

Shades of Teal Blue #1B474E

Tints of Teal Blue #1B474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.34%

 BLUE value IS 78 (30.86% from 255) = 44.32%

R = 15.34%
G = 40.34%
B = 44.32%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B474E (or 0x1B474E) is known color: Teal Blue. HEX triplet: 1B, 47 and 4E. RGB value is (27,71,78). Sum of RGB (Red+Green+Blue) = 27+71+78=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B474E is #E4B8B1. Grayscale: #3A3A3A. Windows color (decimal): -14989490 or 5130011. OLE color: 5130011.

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

Color convert

RGB 27 71 78 -
CMYK 0.65 0.09 0 0.69
HSL 188.24º 0.49% 0.21% -
HSV(B) 188.24º 0.65% 0.31% -
XYZ 4.08 5.29 8.01 -
YUV 58.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 27 71 78 0.65 0.09 0 0.69 188.24 0.49 0.21
Hex 1B 47 4E 41 9 0 45 BC 31 15
Octal 33 107 116 101 11 0 105 274 61 25
Binary 11011 1000111 1001110 1000001 1001 0 1000101 10111100 110001 10101

Color Harmonies of #1B474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B474E

Black with #1B474E

Text Example


Text Example

White with #1B474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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