Html Css Color HEX #144247 Tiber

📋 copy color: '#144247'

red 20 ◦ green 66 ◦ blue 71

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

Shades of Tiber #144247

Tints of Tiber #144247

RGB

 RED value IS 20 (8.2% from 255) = 12.74%

 GREEN value IS 66 (26.17% from 255) = 42.04%

 BLUE value IS 71 (28.13% from 255) = 45.22%

R = 12.74%
G = 42.04%
B = 45.22%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#144247 (or 0x144247) is known color: Tiber. HEX triplet: 14, 42 and 47. RGB value is (20,66,71). Sum of RGB (Red+Green+Blue) = 20+66+71=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #144247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144247 is #EBBDB8. Grayscale: #343434. Windows color (decimal): -15449529 or 4669972. OLE color: 4669972.

HSL color Cylindrical-coordinate representation of color #144247: hue angle of 185.88º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144247 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 66 71 -
CMYK 0.72 0.07 0 0.72
HSL 185.88º 0.56% 0.18% -
HSV(B) 185.88º 0.72% 0.28% -
XYZ 3.37 4.5 6.65 -
YUV 52.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 20 66 71 0.72 0.07 0 0.72 185.88 0.56 0.18
Hex 14 42 47 48 7 0 48 BA 38 12
Octal 24 102 107 110 7 0 110 272 70 22
Binary 10100 1000010 1000111 1001000 111 0 1001000 10111010 111000 10010

Color Harmonies of #144247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144247

Black with #144247

Text Example


Text Example

White with #144247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144247; }

 p { color: rgb(20,66,71); }

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

background-color css

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

 a { background-color: rgb(20,66,71); }

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

border-color css

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

 span { border-color: rgb(20,66,71); }

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