Html Css Color HEX #1B413B Deep Teal

📋 copy color: '#1B413B'

red 27 ◦ green 65 ◦ blue 59

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

Shades of Deep Teal #1B413B

Tints of Deep Teal #1B413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.05%

 BLUE value IS 59 (23.44% from 255) = 39.07%

R = 17.88%
G = 43.05%
B = 39.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#1B413B (or 0x1B413B) is known color: Deep Teal. HEX triplet: 1B, 41 and 3B. RGB value is (27,65,59). Sum of RGB (Red+Green+Blue) = 27+65+59=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #1B413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B413B is #E4BEC4. Grayscale: #343434. Windows color (decimal): -14991045 or 3883291. OLE color: 3883291.

HSL color Cylindrical-coordinate representation of color #1B413B: hue angle of 170.53º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B413B is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 65 59 -
CMYK 0.58 0 0.09 0.75
HSL 170.53º 0.41% 0.18% -
HSV(B) 170.53º 0.58% 0.25% -
XYZ 3.13 4.33 4.81 -
YUV 52.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 27 65 59 0.58 0 0.09 0.75 170.53 0.41 0.18
Hex 1B 41 3B 3A 0 9 4B AB 29 12
Octal 33 101 73 72 0 11 113 253 51 22
Binary 11011 1000001 111011 111010 0 1001 1001011 10101011 101001 10010

Color Harmonies of #1B413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B413B

Black with #1B413B

Text Example


Text Example

White with #1B413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,65,59); }

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

background-color css

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

 a { background-color: rgb(27,65,59); }

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

border-color css

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

 span { border-color: rgb(27,65,59); }

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