Html Css Color HEX #18474D Tiber

📋 copy color: '#18474D'

red 24 ◦ green 71 ◦ blue 77

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

Shades of Tiber #18474D

Tints of Tiber #18474D

RGB

 RED value IS 24 (9.77% from 255) = 13.95%

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

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

R = 13.95%
G = 41.28%
B = 44.77%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18474D (or 0x18474D) is known color: Tiber. HEX triplet: 18, 47 and 4D. RGB value is (24,71,77). Sum of RGB (Red+Green+Blue) = 24+71+77=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #18474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18474D is #E7B8B2. Grayscale: #393939. Windows color (decimal): -15186099 or 5064472. OLE color: 5064472.

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

Color convert

RGB 24 71 77 -
CMYK 0.69 0.08 0 0.70
HSL 186.79º 0.52% 0.2% -
HSV(B) 186.79º 0.69% 0.3% -
XYZ 3.97 5.24 7.82 -
YUV 57.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 24 71 77 0.69 0.08 0 0.70 186.79 0.52 0.2
Hex 18 47 4D 45 8 0 46 BB 34 14
Octal 30 107 115 105 10 0 106 273 64 24
Binary 11000 1000111 1001101 1000101 1000 0 1000110 10111011 110100 10100

Color Harmonies of #18474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18474D

Black with #18474D

Text Example


Text Example

White with #18474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18474D; }

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

 H1.HeaderClassName
 {
   color: #18474D;
 }
 .AnyTagClassName
 {
   color: #18474D;
 }
</style>

background-color css

<style>
 a { background-color: #18474D; }

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

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

border-color css

<style>
 span { border-color: #18474D; }

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

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