Html Css Color HEX #1B515D Teal Blue

📋 copy color: '#1B515D'

red 27 ◦ green 81 ◦ blue 93

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

Shades of Teal Blue #1B515D

Tints of Teal Blue #1B515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

 BLUE value IS 93 (36.72% from 255) = 46.27%

R = 13.43%
G = 40.3%
B = 46.27%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B515D (or 0x1B515D) is known color: Teal Blue. HEX triplet: 1B, 51 and 5D. RGB value is (27,81,93). Sum of RGB (Red+Green+Blue) = 27+81+93=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B515D is #E4AEA2. Grayscale: #424242. Windows color (decimal): -14986915 or 6115611. OLE color: 6115611.

HSL color Cylindrical-coordinate representation of color #1B515D: hue angle of 190.91º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B515D is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 81 93 -
CMYK 0.71 0.13 0 0.64
HSL 190.91º 0.55% 0.24% -
HSV(B) 190.91º 0.71% 0.36% -
XYZ 5.37 6.91 11.41 -
YUV 66.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 27 81 93 0.71 0.13 0 0.64 190.91 0.55 0.24
Hex 1B 51 5D 47 D 0 40 BF 37 18
Octal 33 121 135 107 15 0 100 277 67 30
Binary 11011 1010001 1011101 1000111 1101 0 1000000 10111111 110111 11000

Color Harmonies of #1B515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B515D

Black with #1B515D

Text Example


Text Example

White with #1B515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,81,93); }

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

background-color css

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

 a { background-color: rgb(27,81,93); }

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

border-color css

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

 span { border-color: rgb(27,81,93); }

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