Html Css Color HEX #1B464D Tiber

📋 copy color: '#1B464D'

red 27 ◦ green 70 ◦ blue 77

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

Shades of Tiber #1B464D

Tints of Tiber #1B464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

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

R = 15.52%
G = 40.23%
B = 44.25%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1B464D (or 0x1B464D) is known color: Tiber. HEX triplet: 1B, 46 and 4D. RGB value is (27,70,77). Sum of RGB (Red+Green+Blue) = 27+70+77=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B464D is #E4B9B2. Grayscale: #393939. Windows color (decimal): -14989747 or 5064219. OLE color: 5064219.

HSL color Cylindrical-coordinate representation of color #1B464D: hue angle of 188.4º 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 #1B464D is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 27 70 77 -
CMYK 0.65 0.09 0 0.70
HSL 188.4º 0.48% 0.2% -
HSV(B) 188.4º 0.65% 0.3% -
XYZ 3.98 5.15 7.81 -
YUV 57.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 27 70 77 0.65 0.09 0 0.70 188.4 0.48 0.2
Hex 1B 46 4D 41 9 0 46 BC 30 14
Octal 33 106 115 101 11 0 106 274 60 24
Binary 11011 1000110 1001101 1000001 1001 0 1000110 10111100 110000 10100

Color Harmonies of #1B464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B464D

Black with #1B464D

Text Example


Text Example

White with #1B464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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