Html Css Color HEX #1B4850 Teal Blue

📋 copy color: '#1B4850'

red 27 ◦ green 72 ◦ blue 80

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

Shades of Teal Blue #1B4850

Tints of Teal Blue #1B4850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.22%

 BLUE value IS 80 (31.64% from 255) = 44.69%

R = 15.08%
G = 40.22%
B = 44.69%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B4850 (or 0x1B4850) is known color: Teal Blue. HEX triplet: 1B, 48 and 50. RGB value is (27,72,80). Sum of RGB (Red+Green+Blue) = 27+72+80=179 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.08% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B4850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4850 is #E4B7AF. Grayscale: #3B3B3B. Windows color (decimal): -14989232 or 5261339. OLE color: 5261339.

HSL color Cylindrical-coordinate representation of color #1B4850: hue angle of 189.06º 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 #1B4850 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 72 80 -
CMYK 0.66 0.10 0 0.69
HSL 189.06º 0.5% 0.21% -
HSV(B) 189.06º 0.66% 0.31% -
XYZ 4.22 5.45 8.42 -
YUV 59.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 27 72 80 0.66 0.10 0 0.69 189.06 0.5 0.21
Hex 1B 48 50 42 A 0 45 BD 32 15
Octal 33 110 120 102 12 0 105 275 62 25
Binary 11011 1001000 1010000 1000010 1010 0 1000101 10111101 110010 10101

Color Harmonies of #1B4850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4850

Black with #1B4850

Text Example


Text Example

White with #1B4850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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