#184A50

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

Shades of Tiber #184A50

Tints of Tiber #184A50

Color information

#184A50 (or 0x184A50) is unknown color: approx Tiber. HEX triplet: 18, 4A and 50. RGB value is (24,74,80). Sum of RGB (Red+Green+Blue) = 24+74+80=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #184A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A50 is #E7B5AF. Grayscale: #3B3B3B. Windows color (decimal): -15185328 or 5261848. OLE color: 5261848.

HSL color Cylindrical-coordinate representation of color #184A50: hue angle of 186.43º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184A50 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB247480-
CMYK0.700.0800.69
HSL186.43º53.85%20.39%-
HSV(B)186.43º70%31.37%-
XYZ4.275.678.46-
YUV59.73139.44102.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 74 (29.30% from 255) = 41.57%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=13.48%
G=41.57%
B=44.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2474800.700.0800.69186.4353.8520.39
Hex184A50468045ba3614
Octal301121201061001052726624
Binary110001001010101000010001101000010001011011101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184A50; }

 p { color: rgb(24,74,80); }

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

<style>
 a { background-color: #184A50; }

 a { background-color: rgb(24,74,80); }

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

<style>
 span { border-color: #184A50; }

 span { border-color: rgb(24,74,80); }

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