Html Css Color HEX #1B474D Tiber

📋 copy color: '#1B474D'

red 27 ◦ green 71 ◦ blue 77

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

Shades of Tiber #1B474D

Tints of Tiber #1B474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44%

R = 15.43%
G = 40.57%
B = 44%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1B474D (or 0x1B474D) is known color: Tiber. HEX triplet: 1B, 47 and 4D. RGB value is (27,71,77). Sum of RGB (Red+Green+Blue) = 27+71+77=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B474D is #E4B8B2. Grayscale: #3A3A3A. Windows color (decimal): -14989491 or 5064475. OLE color: 5064475.

HSL color Cylindrical-coordinate representation of color #1B474D: hue angle of 187.2º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B474D is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 27 71 77 -
CMYK 0.65 0.08 0 0.70
HSL 187.2º 0.48% 0.2% -
HSV(B) 187.2º 0.65% 0.3% -
XYZ 4.04 5.28 7.83 -
YUV 58.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 27 71 77 0.65 0.08 0 0.70 187.2 0.48 0.2
Hex 1B 47 4D 41 8 0 46 BB 30 14
Octal 33 107 115 101 10 0 106 273 60 24
Binary 11011 1000111 1001101 1000001 1000 0 1000110 10111011 110000 10100

Color Harmonies of #1B474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B474D

Black with #1B474D

Text Example


Text Example

White with #1B474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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