Html Css Color HEX #1B483E Deep Teal

📋 copy color: '#1B483E'

red 27 ◦ green 72 ◦ blue 62

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

Shades of Deep Teal #1B483E

Tints of Deep Teal #1B483E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.51%

R = 16.77%
G = 44.72%
B = 38.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#1B483E (or 0x1B483E) is known color: Deep Teal. HEX triplet: 1B, 48 and 3E. RGB value is (27,72,62). Sum of RGB (Red+Green+Blue) = 27+72+62=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #1B483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B483E is #E4B7C1. Grayscale: #393939. Windows color (decimal): -14989250 or 4081691. OLE color: 4081691.

HSL color Cylindrical-coordinate representation of color #1B483E: hue angle of 166.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B483E is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 27 72 62 -
CMYK 0.62 0 0.14 0.72
HSL 166.67º 0.45% 0.19% -
HSV(B) 166.67º 0.63% 0.28% -
XYZ 3.64 5.22 5.37 -
YUV 57.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 27 72 62 0.62 0 0.14 0.72 166.67 0.45 0.19
Hex 1B 48 3E 3E 0 E 48 A7 2D 13
Octal 33 110 76 76 0 16 110 247 55 23
Binary 11011 1001000 111110 111110 0 1110 1001000 10100111 101101 10011

Color Harmonies of #1B483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B483E

Black with #1B483E

Text Example


Text Example

White with #1B483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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