#1B494E

Color #1B494E Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #1B494E

Tints of Tiber #1B494E

Color information

#1B494E (or 0x1B494E) is unknown color: approx Tiber. HEX triplet: 1B, 49 and 4E. RGB value is (27,73,78). Sum of RGB (Red+Green+Blue) = 27+73+78=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B494E is #E4B6B1. Grayscale: #3B3B3B. Windows color (decimal): -14988978 or 5130523. OLE color: 5130523.

HSL color Cylindrical-coordinate representation of color #1B494E: hue angle of 185.88º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B494E is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB277378-
CMYK0.650.0600.69
HSL185.88º48.57%20.59%-
HSV(B)185.88º65.38%30.59%-
XYZ4.215.558.06-
YUV59.82138.26104.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.17%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 78 (30.86% from 255) = 43.82%
R=15.17%
G=41.01%
B=43.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2773780.650.0600.69185.8848.5720.59
Hex1B494E416045ba3115
Octal33111116101601052726125
Binary11011100100110011101000001110010001011011101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,73,78); }

 H1.HeaderClassName
 {
   color: #1B494E;
 }
 .AnyTagClassName
 {
   color: #1B494E;
 }
</style>
background-color css

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

 a { background-color: rgb(27,73,78); }

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

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

 span { border-color: rgb(27,73,78); }

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